summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2004-09-11 03:48:05 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2004-09-11 03:48:05 +0000
commit57ea92cae1f4d0f28b453e0caf68977c599cc096 (patch)
treef933e3e57ca502aaac0adbbeac821832b52bdbba /firmware/export
parentb26f6e05f8ea215738ef7b8d4ed82a73eca2fe0e (diff)
downloadrockbox-57ea92cae1f4d0f28b453e0caf68977c599cc096.tar.gz
rockbox-57ea92cae1f4d0f28b453e0caf68977c599cc096.zip
prepared an empty MMC driver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5065 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-ondiofm.h3
-rw-r--r--firmware/export/config-ondiosp.h4
2 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index 646deddb69..b7b557e1ec 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -61,3 +61,6 @@
61/* Define this for different ADC channel assignment */ 61/* Define this for different ADC channel assignment */
62#define HAVE_ONDIO_ADC 62#define HAVE_ONDIO_ADC
63 63
64/* Define this for MMC support instead of ATA harddisk */
65#define HAVE_MMC
66
diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h
index 7e364f738c..4189448070 100644
--- a/firmware/export/config-ondiosp.h
+++ b/firmware/export/config-ondiosp.h
@@ -60,3 +60,7 @@
60 60
61/* Define this for different ADC channel assignment */ 61/* Define this for different ADC channel assignment */
62#define HAVE_ONDIO_ADC 62#define HAVE_ONDIO_ADC
63
64/* Define this for MMC support instead of ATA harddisk */
65#define HAVE_MMC
66