master
h 14 lines 298 Bytes
Raw
1 /*
2 * Texas Instruments ADC128D818 12-bit 8-channel ADC with I2C interface
3 *
4 * Copyright (c) 2026 Meta Platforms, Inc. and affiliates.
5 *
6 * SPDX-License-Identifier: GPL-2.0-or-later
7 */
8
9 #ifndef HW_SENSOR_ADC128D818_H
10 #define HW_SENSOR_ADC128D818_H
11
12 #define TYPE_ADC128D818 "adc128d818"
13
14 #endif