X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Flinux%2Fthermal.h;h=4012f440bfdcc2609c187e34441a0d5efd4b3922;hb=fcecef9a84f689631074240d63f4e00c4c94a614;hp=a5ae4af955ff926f9b9d49c30cab61a4f0f9f45e;hpb=ce36c8b149873b50f2a4b9818eb3dcdd74ddd5a3;p=platform%2Fkernel%2Flinux-starfive.git diff --git a/include/linux/thermal.h b/include/linux/thermal.h index a5ae4af..4012f44 100644 --- a/include/linux/thermal.h +++ b/include/linux/thermal.h @@ -150,6 +150,7 @@ struct thermal_cooling_device { * @node: node in thermal_tz_list (in thermal_core.c) * @poll_queue: delayed work for polling * @notify_event: Last notification event + * @suspended: thermal zone suspend indicator */ struct thermal_zone_device { int id; @@ -183,6 +184,7 @@ struct thermal_zone_device { struct list_head node; struct delayed_work poll_queue; enum thermal_notify_event notify_event; + bool suspended; }; /**