summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/driver.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/driver.h b/include/driver.h
index 4000ba689e..551b66257e 100644
--- a/include/driver.h
+++ b/include/driver.h
@@ -34,7 +34,9 @@
#define DEVICE_TYPE_BLOCK 4
#define DEVICE_TYPE_FS 5
#define DEVICE_TYPE_MIIPHY 6
-#define MAX_DEVICE_TYPE 6
+#define DEVICE_TYPE_NAND 7
+#define DEVICE_TYPE_NAND_BB 8
+#define MAX_DEVICE_TYPE 8
#include <param.h>