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