mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-02 10:43:57 +08:00
95e300c052
Rework the DMI probe function to be a generic platform probe, and then rework the DMI code (and a few other things) to use the more generic information. This is so other things can declare platform IPMI devices. Signed-off-by: Corey Minyard <cminyard@mvista.com>
9 lines
170 B
C
9 lines
170 B
C
/*
|
|
* 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
|