x86: Fix ASM_X86__ header guards
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / x86 / include / asm / mach-default / mach_mpparse.h
CommitLineData
1965aae3
PA
1#ifndef _ASM_X86_MACH_DEFAULT__MACH_MPPARSE_H
2#define _ASM_X86_MACH_DEFAULT__MACH_MPPARSE_H
1da177e4 3
1da177e4
LT
4static inline int mps_oem_check(struct mp_config_table *mpc, char *oem,
5 char *productid)
6{
7 return 0;
8}
9
10/* Hook from generic ACPI tables.c */
11static inline int acpi_madt_oem_check(char *oem_id, char *oem_table_id)
12{
13 return 0;
14}
15
16
1965aae3 17#endif /* _ASM_X86_MACH_DEFAULT__MACH_MPPARSE_H */