/* SPDX-License-Identifier: GPL-2.0-only */ /* This file is part of the coreboot project. */ #ifndef _EC_SMSC_MEC1308_CHIP_H #define _EC_SMSC_MEC1308_CHIP_H struct ec_smsc_mec1308_config { u16 mailbox_port; }; #endif /* _EC_SMSC_MEC1308_CHIP_H */