blob: 25d5a761959f13cdd90e5163f87d091727ca11b1 (
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_GOOGLE_WILCO_CHIP_H
#define EC_GOOGLE_WILCO_CHIP_H
struct ec_google_wilco_config {
};
#endif /* EC_GOOGLE_WILCO_CHIP_H */
|