kernel_samsung_a53x/drivers/char/ipmi/ipmi_dmi.h
2024-06-15 16:02:09 -03:00

10 lines
240 B
C
Executable file

/* SPDX-License-Identifier: GPL-2.0+ */
/*
* DMI defines for use by IPMI
*/
#include "ipmi_si.h"
#ifdef CONFIG_IPMI_DMI_DECODE
int ipmi_dmi_get_slave_addr(enum si_type si_type, unsigned int space,
unsigned long base_addr);
#endif