summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/adc_chip.h
blob: c51cdfbb30ea37ee201d5aebb3dbde7e26d1a91c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Copyright 2021 The Chromium OS Authors. All rights reserved.
 * 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 */