blob: a4d993b1fe66f2d449b77b873eab0e6318367477 [file] [log] [blame]
Corey Minyard1e89a492017-09-12 13:52:13 -05001/*
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
16struct smi_info;
17
18int ipmi_si_add_smi(struct smi_info *info);