/* SPDX-License-Identifier: GPL-2.0-only */

#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 */