Release 4.15 drivers/char/ipmi/ipmi_dmi.h
/* SPDX-License-Identifier: GPL-2.0 */
/*
* DMI defines for use by IPMI
*/
#ifdef CONFIG_IPMI_DMI_DECODE
int ipmi_dmi_get_slave_addr(enum si_type si_type, u32 flags,
unsigned long base_addr);
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Corey Minyard | 21 | 95.45% | 2 | 66.67% |
Greg Kroah-Hartman | 1 | 4.55% | 1 | 33.33% |
Total | 22 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.