summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/ibasso/vold-ibasso.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-04-11 09:10:55 -0400
committerSolomon Peachy <pizza@shaftnet.org>2021-04-12 18:19:06 +0000
commitb6fce99046a3677f27373f8c701e6f200e290236 (patch)
tree9ea27b619af5962e415a52ceffaffc35aabd3c47 /firmware/target/hosted/ibasso/vold-ibasso.h
parente4345f2db8771fb773e07daf1a9f7bfac961c6bd (diff)
downloadrockbox-b6fce99046a3677f27373f8c701e6f200e290236.tar.gz
rockbox-b6fce99046a3677f27373f8c701e6f200e290236.zip
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
Diffstat (limited to 'firmware/target/hosted/ibasso/vold-ibasso.h')
-rw-r--r--firmware/target/hosted/ibasso/vold-ibasso.h2
1 files changed, 2 insertions, 0 deletions
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);
38*/ 38*/
39bool vold_monitor_forced_close_imminent(void); 39bool vold_monitor_forced_close_imminent(void);
40 40
41/* Track the state of the SD card */
42extern bool extsd_present;
41 43
42#endif 44#endif