]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/linux-26-headers/include/asm-x86/mach-default/mach_mpparse.h
Inital import
[l4.git] / l4 / pkg / linux-26-headers / include / asm-x86 / mach-default / mach_mpparse.h
diff --git a/l4/pkg/linux-26-headers/include/asm-x86/mach-default/mach_mpparse.h b/l4/pkg/linux-26-headers/include/asm-x86/mach-default/mach_mpparse.h
new file mode 100644 (file)
index 0000000..d141085
--- /dev/null
@@ -0,0 +1,17 @@
+#ifndef __ASM_MACH_MPPARSE_H
+#define __ASM_MACH_MPPARSE_H
+
+static inline int mps_oem_check(struct mp_config_table *mpc, char *oem, 
+               char *productid)
+{
+       return 0;
+}
+
+/* Hook from generic ACPI tables.c */
+static inline int acpi_madt_oem_check(char *oem_id, char *oem_table_id)
+{
+       return 0;
+}
+
+
+#endif /* __ASM_MACH_MPPARSE_H */