core: device-notifier: Add new DEVICE_NOTIFIER_THERMAL 63/174363/5
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 22 Mar 2018 09:31:31 +0000 (18:31 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 5 Apr 2018 09:50:49 +0000 (18:50 +0900)
DEVICE_NOTIFIER_THERMAL is used to notify the thermal level.

Change-Id: I46e19f32b347ce70626876be5f8e8f7993795879
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
include/pass/device-notifier.h

index f045abcf1779cdc211c014a3716140a6b2d622d4..d95a6db47a85702288939dc6297ff70ccfbfd5a9 100644 (file)
@@ -25,6 +25,7 @@
 enum device_notifier_type {
        DEVICE_NOTIFIER_BOOTING_DONE,
        DEVICE_NOTIFIER_PMQOS,
+       DEVICE_NOTIFIER_THERMAL,
        DEVICE_NOTIFIER_MAX,
 };