summaryrefslogtreecommitdiffstats
path: root/include/driver.h
diff options
context:
space:
mode:
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 fb31ada610..e2b6d669dc 100644
--- a/include/driver.h
+++ b/include/driver.h
@@ -36,7 +36,8 @@
#define DEVICE_TYPE_MIIPHY 6
#define DEVICE_TYPE_NAND 7
#define DEVICE_TYPE_NAND_BB 8
-#define MAX_DEVICE_TYPE 8
+#define DEVICE_TYPE_PARTITION 9
+#define MAX_DEVICE_TYPE 9
#include <param.h>