Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef __ASM_MACH_MPPARSE_H |
| 2 | #define __ASM_MACH_MPPARSE_H |
| 3 | |
Alexey Starikovskiy | 0ec153a | 2008-03-17 22:08:48 +0300 | [diff] [blame] | 4 | extern void mpc_oem_bus_info(struct mpc_config_bus *m, char *name, |
| 5 | struct mpc_config_translation *translation); |
Alexey Starikovskiy | d285e33 | 2008-03-17 22:08:42 +0300 | [diff] [blame] | 6 | extern void mpc_oem_pci_bus(struct mpc_config_bus *m, |
| 7 | struct mpc_config_translation *translation); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | |
| 9 | /* Hook from generic ACPI tables.c */ |
| 10 | static inline void acpi_madt_oem_check(char *oem_id, char *oem_table_id) |
| 11 | { |
| 12 | } |
| 13 | |
| 14 | #endif /* __ASM_MACH_MPPARSE_H */ |