summaryrefslogtreecommitdiffstats
path: root/include/driver.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:02:06 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:02:06 +0200
commit06bc41745b9ab6f5d8a75a93cffcd88400378c57 (patch)
tree377625131f42620a91b50d22fa00182dce75683b /include/driver.h
parent5ab5b339a22293046c194c2813acb67a25e9baad (diff)
downloadbarebox-06bc41745b9ab6f5d8a75a93cffcd88400378c57.tar.gz
barebox-06bc41745b9ab6f5d8a75a93cffcd88400378c57.tar.xz
svn_rev_575
add DEVICE_TYPE_MIIPHY
Diffstat (limited to 'include/driver.h')
-rw-r--r--include/driver.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/driver.h b/include/driver.h
index 121ca33149..a36fb5f659 100644
--- a/include/driver.h
+++ b/include/driver.h
@@ -9,7 +9,8 @@
#define DEVICE_TYPE_DRAM 3
#define DEVICE_TYPE_BLOCK 4
#define DEVICE_TYPE_FS 5
-#define MAX_DEVICE_TYPE 5
+#define DEVICE_TYPE_MIIPHY 6
+#define MAX_DEVICE_TYPE 6
#include <param.h>