2008-10-23 15:01:39 +08:00
|
|
|
#ifndef _ASM_X86_MACH_GENERIC_MACH_MPPARSE_H
|
|
|
|
#define _ASM_X86_MACH_GENERIC_MACH_MPPARSE_H
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2008-06-09 09:31:54 +08:00
|
|
|
|
2009-01-03 18:16:57 +08:00
|
|
|
extern int mps_oem_check(struct mpc_table *, char *, char *);
|
2008-06-09 09:31:54 +08:00
|
|
|
|
2009-01-03 18:16:57 +08:00
|
|
|
extern int acpi_madt_oem_check(char *, char *);
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2008-10-23 15:01:39 +08:00
|
|
|
#endif /* _ASM_X86_MACH_GENERIC_MACH_MPPARSE_H */
|