Change-Id: I1955390fcceeb42ecb644ac74541b7e9dd25320f Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44610 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
10 lines
192 B
C
10 lines
192 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
#ifndef EC_GOOGLE_CHROMEEC_CHIP_H
|
|
#define EC_GOOGLE_CHROMEEC_CHIP_H
|
|
|
|
struct ec_google_chromeec_config {
|
|
};
|
|
|
|
#endif /* EC_GOOGLE_CHROMEEC_CHIP_H */
|