mach_mpparse.h 430 B

1234567891011121314
  1. #ifndef __ASM_MACH_MPPARSE_H
  2. #define __ASM_MACH_MPPARSE_H
  3. extern void mpc_oem_bus_info(struct mpc_config_bus *m, char *name,
  4. struct mpc_config_translation *translation);
  5. extern void mpc_oem_pci_bus(struct mpc_config_bus *m,
  6. struct mpc_config_translation *translation);
  7. /* Hook from generic ACPI tables.c */
  8. static inline void acpi_madt_oem_check(char *oem_id, char *oem_table_id)
  9. {
  10. }
  11. #endif /* __ASM_MACH_MPPARSE_H */