Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0+ */
0002 /*
0003  * DMI defines for use by IPMI
0004  */
0005 #include "ipmi_si.h"
0006 
0007 #ifdef CONFIG_IPMI_DMI_DECODE
0008 int ipmi_dmi_get_slave_addr(enum si_type si_type, unsigned int space,
0009                 unsigned long base_addr);
0010 #endif