kernel.h: add Z280 CPU type
authorAlan Cox <alan@linux.intel.com>
Thu, 30 Aug 2018 21:44:35 +0000 (22:44 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 30 Aug 2018 21:44:35 +0000 (22:44 +0100)
Kernel/include/kernel.h

index 48de3f1..51e42d7 100644 (file)
@@ -88,6 +88,7 @@ From UZI by Doug Braun and UZI280 by Stefan Nitschke.
 #define CPUTYPE_8086   7
 #define CPUTYPE_65C816 8
 #define CPUTYPE_R2K    9
+#define CPUTYPE_Z280   10
 
 /* Maximum UFTSIZE can be is 16, then you need to alter the O_CLOEXEC code */