ipmi_dmi.h 277 B

123456789101112
  1. /*
  2. * DMI defines for use by IPMI
  3. */
  4. #define IPMI_DMI_TYPE_KCS 0x01
  5. #define IPMI_DMI_TYPE_SMIC 0x02
  6. #define IPMI_DMI_TYPE_BT 0x03
  7. #define IPMI_DMI_TYPE_SSIF 0x04
  8. #ifdef CONFIG_IPMI_DMI_DECODE
  9. int ipmi_dmi_get_slave_addr(int type, u32 flags, unsigned long base_addr);
  10. #endif