repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drivers/ipmi/ocp: Add missing include
[coreboot.git]
/
src
/
drivers
/
crb
/
chip.h
blob
ac7ea96982519bd88f2d64efc96bcc80ab98feb8
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef DRIVERS_CRB_CHIP_H
4
#define DRIVERS_CRB_CHIP_H
5
6
struct
drivers_crb_config
{
7
};
8
9
#endif
/* DRIVERS_CRB_CHIP_H */