blob: 3b2b8d79fba1cf72c779a79a13b2aeea16b84c91 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#ifndef _EC_QUANTA_IT8518_CHIP_H
#define _EC_QUANTA_IT8518_CHIP_H
struct ec_quanta_it8518_config {
};
#endif /* _EC_QUANTA_IT8518_CHIP_H */
|