Release 4.14 drivers/char/ipmi/ipmi_dmi.h
/* SPDX-License-Identifier: GPL-2.0 */
/*
* DMI defines for use by IPMI
*/
#define IPMI_DMI_TYPE_KCS 0x01
#define IPMI_DMI_TYPE_SMIC 0x02
#define IPMI_DMI_TYPE_BT 0x03
#define IPMI_DMI_TYPE_SSIF 0x04
#ifdef CONFIG_IPMI_DMI_DECODE
int ipmi_dmi_get_slave_addr(int type, u32 flags, unsigned long base_addr);
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Corey Minyard | 36 | 97.30% | 1 | 50.00% |
Greg Kroah-Hartman | 1 | 2.70% | 1 | 50.00% |
Total | 37 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.