summaryrefslogtreecommitdiffstats
path: root/src/ec/smsc/mec1308/chip.h
blob: e9ec4334fa1be691fd3bf36386fc332adcb6f5ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* 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 */