mach_mpparse.h 254 B

123456789
  1. #ifndef _ASM_X86_MACH_GENERIC_MACH_MPPARSE_H
  2. #define _ASM_X86_MACH_GENERIC_MACH_MPPARSE_H
  3. extern int mps_oem_check(struct mpc_table *, char *, char *);
  4. extern int acpi_madt_oem_check(char *, char *);
  5. #endif /* _ASM_X86_MACH_GENERIC_MACH_MPPARSE_H */