thermal.h 342 B

1234567891011121314151617
  1. /*
  2. * This header provides constants for most thermal bindings.
  3. *
  4. * Copyright (C) 2013 Texas Instruments
  5. * Eduardo Valentin <eduardo.valentin@ti.com>
  6. *
  7. * GPLv2 only
  8. */
  9. #ifndef _DT_BINDINGS_THERMAL_THERMAL_H
  10. #define _DT_BINDINGS_THERMAL_THERMAL_H
  11. /* On cooling devices upper and lower limits */
  12. #define THERMAL_NO_LIMIT (~0)
  13. #endif