]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kern/processor.h
xnu-6153.81.5.tar.gz
[apple/xnu.git] / osfmk / kern / processor.h
index 06e54544c4d332ec32e51518e3000b43c04177d1..faac9b224aedb0ce8dc48086ce38da4198658835 100644 (file)
@@ -147,6 +147,10 @@ typedef enum {
 
 typedef enum {
        PSET_SMP,
+#if __AMP__
+       PSET_AMP_E,
+       PSET_AMP_P,
+#endif
 } pset_cluster_type_t;
 
 typedef bitmap_t cpumap_t;