]> git.saurik.com Git - apple/libc.git/blobdiff - sys/OSThermalNotification.c
Libc-997.1.1.tar.gz
[apple/libc.git] / sys / OSThermalNotification.c
index 772490f41d91f68bf85dcb8be7b5971602de11df..d9afebfaa10f29b06508294e7735adefad95f6b9 100644 (file)
 #include <libkern/OSThermalNotification.h>
 #include <notify.h>
 
+#define OSThermalAlert      "com.apple.system.thermalalert"
+#define OSThermalDecision   "com.apple.system.thermaldecision"
 #define OSThermalStatusName "com.apple.system.thermalstatus"
+#define OSThermalPressureLevelName             "com.apple.system.thermalpressurelevel"
 
-const char * const kOSThermalNotificationName = OSThermalStatusName; 
+const char * const kOSThermalNotificationAlert    = OSThermalAlert;
+const char * const kOSThermalNotificationDecision = OSThermalDecision;
+const char * const kOSThermalNotificationName     = OSThermalStatusName;
+const char * const kOSThermalNotificationPressureLevelName = OSThermalPressureLevelName;
 
 static const char * const kOSThermalMitigationNames[kOSThermalMitigationCount] = {
        OSThermalStatusName,