2018-02-20 07:30:22 -06:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2017-06-09 21:19:52 -05:00
|
|
|
/*
|
|
|
|
|
* DMI defines for use by IPMI
|
|
|
|
|
*/
|
2019-07-31 19:18:25 -05:00
|
|
|
#include "ipmi_si.h"
|
2017-06-09 21:19:52 -05:00
|
|
|
|
|
|
|
|
#ifdef CONFIG_IPMI_DMI_DECODE
|
2019-02-21 14:21:17 -06:00
|
|
|
int ipmi_dmi_get_slave_addr(enum si_type si_type, unsigned int space,
|
2017-09-18 12:38:17 -05:00
|
|
|
unsigned long base_addr);
|
2017-06-09 21:19:52 -05:00
|
|
|
#endif
|