soc/intel/ptl: Update ME specification version to 21
[coreboot.git] / src / superio / aspeed / ast2400 / chip.h
blob1634a3415243221f2a18029c4adc27c6a6ae2882
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef __SUPERIO_ASPEED__AST2400_CHIP_H__
4 #define __SUPERIO_ASPEED__AST2400_CHIP_H__
6 #include <stdbool.h>
8 struct superio_aspeed_ast2400_config {
9 /* On AST2500 only 1: ESPI, 0: LPC */
10 bool use_espi;
13 #endif /* __SUPERIO_ASPEED__AST2400_CHIP_H__ */