From b6fce99046a3677f27373f8c701e6f200e290236 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sun, 11 Apr 2021 09:10:55 -0400 Subject: ibasso: Implement proper PIVOT_ROOT filesystem access Including direct use of the external SD card mount Known issue: If SD card is inserted at startup, it must be ejected and reinserted to be registered. Change-Id: I5f420160bda32135cbb088c1e8b04b6e3a73018e --- firmware/target/hosted/ibasso/vold-ibasso.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/target/hosted/ibasso/vold-ibasso.h') diff --git a/firmware/target/hosted/ibasso/vold-ibasso.h b/firmware/target/hosted/ibasso/vold-ibasso.h index 18012b7e16..8c9fd06b99 100644 --- a/firmware/target/hosted/ibasso/vold-ibasso.h +++ b/firmware/target/hosted/ibasso/vold-ibasso.h @@ -38,5 +38,7 @@ void vold_monitor_start(void); */ bool vold_monitor_forced_close_imminent(void); +/* Track the state of the SD card */ +extern bool extsd_present; #endif -- cgit v1.2.3