X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/cb3231590a3c94ab4375e2228bd5e86b0cf1ad7e..eb6b6ca394357805f2bdba989abae309f718b4d8:/osfmk/arm/cpuid.h diff --git a/osfmk/arm/cpuid.h b/osfmk/arm/cpuid.h index 559cde9fc..74aac691d 100644 --- a/osfmk/arm/cpuid.h +++ b/osfmk/arm/cpuid.h @@ -154,6 +154,14 @@ typedef union { /* H11G e-Core (ARMv8 architecture) */ #define CPU_PART_TEMPEST_ARUBA 0x11 +#ifndef RC_HIDE_XNU_LIGHTNING +/* H12 p-Core (ARMv8 architecture) */ +#define CPU_PART_LIGHTNING 0x12 + +/* H12 e-Core (ARMv8 architecture) */ +#define CPU_PART_THUNDER 0x13 + +#endif /* !RC_HIDE_XNU_LIGHTNING */ /* Cache type identification */