drivers/wifi: Remove unnecessary data structure copy
[coreboot2.git] / src / ec / smsc / mec1308 / chip.h
blob3d22eb7a9d0606c73fe112aca78dec1ae5395670
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef _EC_SMSC_MEC1308_CHIP_H
4 #define _EC_SMSC_MEC1308_CHIP_H
6 struct ec_smsc_mec1308_config
8 u16 mailbox_port;
9 };
11 #endif /* _EC_SMSC_MEC1308_CHIP_H */