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
|
|
|
|
*/
|
2019-08-01 08:18:25 +08:00
|
|
|
#include "ipmi_si.h"
|
2017-06-10 10:19:52 +08:00
|
|
|
|
|
|
|
#ifdef CONFIG_IPMI_DMI_DECODE
|
2019-02-22 04:21:17 +08:00
|
|
|
int ipmi_dmi_get_slave_addr(enum si_type si_type, unsigned int space,
|
2017-09-19 01:38:17 +08:00
|
|
|
unsigned long base_addr);
|
2017-06-10 10:19:52 +08:00
|
|
|
#endif
|