blob: 737c90c5000f2885f333a8cebd033946c6dd18da (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* SPDX-License-Identifier: GPL-2.0-only */
#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__ */
|