blob: 2e54411173842e14c09db57e3381155c1b60f549 (
plain)
1
2
3
4
5
6
7
8
9
|
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef _EC_QUANTA_IT8518_CHIP_H
#define _EC_QUANTA_IT8518_CHIP_H
struct ec_quanta_it8518_config {
};
#endif /* _EC_QUANTA_IT8518_CHIP_H */
|