repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git]
/
drivers
/
char
/
ipmi
/
ipmi_dmi.h
blob
e16a9dbdcc298c450d65c98a469c047616f084ee
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
/*
3
* DMI defines for use by IPMI
4
*/
5
#include
"ipmi_si.h"
6
7
#ifdef CONFIG_IPMI_DMI_DECODE
8
int
ipmi_dmi_get_slave_addr
(
enum
si_type si_type
,
unsigned int
space
,
9
unsigned long
base_addr
);
10
#endif