lm90.h 258 B

123456789101112
  1. /*
  2. * This header provides constants for the LM90 thermal bindings.
  3. */
  4. #ifndef _DT_BINDINGS_THERMAL_LM90_H_
  5. #define _DT_BINDINGS_THERMAL_LM90_H_
  6. #define LM90_LOCAL_TEMPERATURE 0
  7. #define LM90_REMOTE_TEMPERATURE 1
  8. #define LM90_REMOTE2_TEMPERATURE 2
  9. #endif