repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drivers/wifi: Remove unnecessary data structure copy
[coreboot2.git]
/
src
/
ec
/
smsc
/
mec1308
/
chip.h
blob
3d22eb7a9d0606c73fe112aca78dec1ae5395670
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef _EC_SMSC_MEC1308_CHIP_H
4
#define _EC_SMSC_MEC1308_CHIP_H
5
6
struct
ec_smsc_mec1308_config
7
{
8
u16 mailbox_port
;
9
};
10
11
#endif
/* _EC_SMSC_MEC1308_CHIP_H */