lkml.org 
[lkml]   [2023]   [May]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCHv2 1/6] units: add a macro for MILLIVOLT_PER_VOLT
    Date
    From: Dinh Nguyen <dinh.nguyen@linux.intel.com>

    Add a define for MILLIVOLT_PER_VOLT.

    Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
    Signed-off-by: Dinh Nguyen <dinh.nguyen@linux.intel.com>
    ---
    include/linux/units.h | 2 ++
    1 file changed, 2 insertions(+)

    diff --git a/include/linux/units.h b/include/linux/units.h
    index 2793a41e73a2..5b797535e1b9 100644
    --- a/include/linux/units.h
    +++ b/include/linux/units.h
    @@ -31,6 +31,8 @@
    #define MICROWATT_PER_MILLIWATT 1000UL
    #define MICROWATT_PER_WATT 1000000UL

    +#define MILLIVOLT_PER_VOLT 1000UL
    +
    #define ABSOLUTE_ZERO_MILLICELSIUS -273150

    static inline long milli_kelvin_to_millicelsius(long t)
    --
    2.40.0
    \
     
     \ /
      Last update: 2023-05-08 23:40    [W:7.848 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site