blob: 1be2802ed3c8484b249d87bfc9653bbab0efea8a [file] [log] [blame]
/* 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__ */