xref: /openbmc/linux/drivers/char/ipmi/ipmi_si.h (revision 1e89a499)
1 /*
2  * ipmi_si.h
3  *
4  * Interface from the device-specific interfaces (OF, DMI, ACPI, PCI,
5  * etc) to the base ipmi system interface code.
6  */
7 
8 #include "ipmi_si_sm.h"
9 
10 #define IPMI_IO_ADDR_SPACE  0
11 #define IPMI_MEM_ADDR_SPACE 1
12 
13 #define DEFAULT_REGSPACING	1
14 #define DEFAULT_REGSIZE		1
15 
16 struct smi_info;
17 
18 int ipmi_si_add_smi(struct smi_info *info);
19