tegrakernel/kernel/nvidia/include/dt-bindings/misc/nvidia,nct1008.h

24 lines
844 B
C

/* Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __DT_BINDINGS_TEGRA_NCT1008_H
#define __DT_BINDINGS_TEGRA_NCT1008_H
#define TEGRA_NCT_SENSOR_LOC 0
#define TEGRA_NCT_SENSOR_EXT 1
#define TEGRA_NCT_SENSOR_MAX 2
#endif