dashboard
repositories
activity
search
login
ljy
/
RK356X_SDK_RELEASE
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
add support 4g -- >ppp
hc
2023-11-24
2b26ab132d1b33b91c84c6d732456200e8c5ee77
[~ljy/RK356X_SDK_RELEASE.git]
/
kernel
/
drivers
/
char
/
ipmi
/
ipmi_dmi.h
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* DMI defines for use by IPMI
*/
#ifdef CONFIG_IPMI_DMI_DECODE
int ipmi_dmi_get_slave_addr(enum si_type si_type, u32 flags,
unsigned long base_addr);
#endif