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