cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

thermocouple.h (456B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2
      3#ifndef _DT_BINDINGS_TEMPERATURE_THERMOCOUPLE_H
      4#define _DT_BINDINGS_TEMPERATURE_THERMOCOUPLE_H
      5
      6
      7#define THERMOCOUPLE_TYPE_B	0x00
      8#define THERMOCOUPLE_TYPE_E	0x01
      9#define THERMOCOUPLE_TYPE_J	0x02
     10#define THERMOCOUPLE_TYPE_K	0x03
     11#define THERMOCOUPLE_TYPE_N	0x04
     12#define THERMOCOUPLE_TYPE_R	0x05
     13#define THERMOCOUPLE_TYPE_S	0x06
     14#define THERMOCOUPLE_TYPE_T	0x07
     15
     16#endif /* _DT_BINDINGS_TEMPERATURE_THERMOCOUPLE_H */