lkml.org 
[lkml]   [2020]   [Dec]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v5 1/4] units: Add Watt units
    Date
    As there are the temperature units, let's add the Watt macros definition.

    Cc: Thara Gopinath <thara.gopinath@linaro.org>
    Cc: Lina Iyer <ilina@codeaurora.org>
    Cc: Ram Chandrasekar <rkumbako@codeaurora.org>
    Cc: Zhang Rui <rui.zhang@intel.com>
    Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
    Reviewed-by: Lukasz Luba <lukasz.luba@arm.com>
    ---
    include/linux/units.h | 4 ++++
    1 file changed, 4 insertions(+)

    diff --git a/include/linux/units.h b/include/linux/units.h
    index aaf716364ec3..92c234e71cab 100644
    --- a/include/linux/units.h
    +++ b/include/linux/units.h
    @@ -4,6 +4,10 @@

    #include <linux/kernel.h>

    +#define MILLIWATT_PER_WATT 1000L
    +#define MICROWATT_PER_MILLIWATT 1000L
    +#define MICROWATT_PER_WATT 1000000L
    +
    #define ABSOLUTE_ZERO_MILLICELSIUS -273150

    static inline long milli_kelvin_to_millicelsius(long t)
    --
    2.17.1
    \
     
     \ /
      Last update: 2020-12-08 17:47    [W:9.527 / U:0.020 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site