summaryrefslogtreecommitdiffstats
path: root/src/superio/aspeed/ast2400/chip.h
blob: 262f8154608278113ec97afd8912799cc88e1842 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef __SUPERIO_ASPEED__AST2400_CHIP_H__
#define __SUPERIO_ASPEED__AST2400_CHIP_H__

struct superio_aspeed_ast2400_config {
	/* On AST2500 only 1: ESPI, 0: LPC */
	bool use_espi;
};

#endif /* __SUPERIO_ASPEED__AST2400_CHIP_H__ */