blob: 1d11b74c4f4928849e6a91ebb52564d82a2f1207 (
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_COMPAL_ENE932_CHIP_H
#define _EC_COMPAL_ENE932_CHIP_H
struct ec_compal_ene932_config {
};
#endif /* _EC_COMPAL_ENE932_CHIP_H */
|