summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2005-02-19 14:45:34 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2005-02-19 14:45:34 +0000
commit7e1d36f35b7757c7d3482d973370e71a9dfc9504 (patch)
treea5f1dc299f7e64f2478e38392e257a7cbc67d66f /firmware/export
parent2e429ff76221e2d39a35d8875c6a3add76191519 (diff)
downloadrockbox-7e1d36f35b7757c7d3482d973370e71a9dfc9504.zip
rockbox-7e1d36f35b7757c7d3482d973370e71a9dfc9504.tar.gz
rockbox-7e1d36f35b7757c7d3482d973370e71a9dfc9504.tar.bz2
rockbox-7e1d36f35b7757c7d3482d973370e71a9dfc9504.tar.xz
Ondio: disk activity indication in USB mode, too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6020 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/adc.h1
-rw-r--r--firmware/export/ata_mmc.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/adc.h b/firmware/export/adc.h
index b1d78ea..a18cb19 100644
--- a/firmware/export/adc.h
+++ b/firmware/export/adc.h
@@ -40,6 +40,7 @@
#define ADC_BUTTON_ONOFF 3 /* the on/off button, high value if pressed */
#define ADC_BUTTON_ROW1 4 /* Used for scanning the keys, different
voltages for different keys */
+#define ADC_USB_ACTIVE 5 /* USB bridge activity */
#define ADC_UNREG_POWER 7 /* Battery voltage */
#else
diff --git a/firmware/export/ata_mmc.h b/firmware/export/ata_mmc.h
index 9578499..6c5141d 100644
--- a/firmware/export/ata_mmc.h
+++ b/firmware/export/ata_mmc.h
@@ -41,5 +41,6 @@ bool mmc_detect(void);
unsigned long mmc_extract_bits(const unsigned long *p, unsigned int start,
unsigned int size);
tCardInfo *mmc_card_info(int card_no);
+bool mmc_usb_active(int delayticks);
#endif