2018-02-20 21:30:22 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2017-06-10 10:19:52 +08:00
|
|
|
/*
|
|
|
|
* DMI defines for use by IPMI
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifdef CONFIG_IPMI_DMI_DECODE
|
2017-09-19 01:38:17 +08:00
|
|
|
int ipmi_dmi_get_slave_addr(enum si_type si_type, u32 flags,
|
|
|
|
unsigned long base_addr);
|
2017-06-10 10:19:52 +08:00
|
|
|
#endif
|