forked from luck/tmp_suning_uos_patched
3cd83bac48
It was being done in two different places now that hard-coded devices use platform devices, and it's about to be three with hotmod switching to platform devices. So put the code in one place. This required some rework on some interfaces to make the type space clean. Signed-off-by: Corey Minyard <cminyard@mvista.com>
10 lines
219 B
C
10 lines
219 B
C
/* 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, unsigned int space,
|
|
unsigned long base_addr);
|
|
#endif
|