blob: 1be2802ed3c8484b249d87bfc9653bbab0efea8a (
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 __SUPERIO_COMMON_CHIP_H__
#define __SUPERIO_COMMON_CHIP_H__
struct superio_common_config {
/* FIXME: Add enter conf/exit conf codes here for SSDT generation */
};
#endif /* __SUPERIO_COMMON_CHIP_H__ */
|