brintos

brintos / linux-shallow public Read only

0
0
Text · 297 B · eed91a1 Raw
14 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * This header provides constants for the LM90 thermal bindings.4 */5 6#ifndef _DT_BINDINGS_THERMAL_LM90_H_7#define _DT_BINDINGS_THERMAL_LM90_H_8 9#define LM90_LOCAL_TEMPERATURE 010#define LM90_REMOTE_TEMPERATURE 111#define LM90_REMOTE2_TEMPERATURE 212 13#endif14