diff options
-rw-r--r-- | include/mach/machine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mach/machine.h b/include/mach/machine.h index 9a176e8c..072bf539 100644 --- a/include/mach/machine.h +++ b/include/mach/machine.h @@ -110,6 +110,7 @@ extern struct machine_slot machine_slot[NCPUS]; #define CPU_TYPE_PENTIUMPRO ((cpu_type_t) 19) #define CPU_TYPE_POWERPC ((cpu_type_t) 20) #define CPU_TYPE_X86_64 ((cpu_type_t) 21) +#define CPU_TYPE_ARM64 ((cpu_type_t) 22) /* AArch64-capable ARM */ /* * Machine subtypes (these are defined here, instead of in a machine |