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
mb/google/brya: Create rull variant
[coreboot2.git]
/
src
/
drivers
/
ipmi
/
ipmi_supermicro_oem.h
blob
5babadb13f755539cf0c47ee81a5879cc14c8567
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef __IPMI_SUPERMICRO_OEM_H
4
#define __IPMI_SUPERMICRO_OEM_H
5
6
#include <stdint.h>
7
8
void
supermicro_ipmi_oem
(
const uint16_t
kcs_port
);
9
10
#endif
/* __IPMI_SUPERMICRO_OEM_H */