summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/adc_chip.h
blob: f5580a52ab348070739da1b97a13e318179a0ea8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Copyright 2021 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/*
 * This file is left intentionally blank. It is required since the
 * platform/ec/common/adc.c file includes it. Normally, this file
 * would define chip specific ADC configs and would reside under
 * platform/ec/chip/...
 */

#ifndef __CROS_EC_ADC_CHIP_H
#define __CROS_EC_ADC_CHIP_H

#endif /* __CROS_EC_ADC_CHIP_H */