2008-06-18 15:08:48 +00:00
|
|
|
#ifndef ASM_X86__MACH_NUMAQ__MACH_MPPARSE_H
|
|
|
|
#define ASM_X86__MACH_NUMAQ__MACH_MPPARSE_H
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2008-06-09 01:31:54 +00:00
|
|
|
extern void numaq_mps_oem_check(struct mp_config_table *mpc, char *oem,
|
|
|
|
char *productid);
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2008-06-18 15:08:48 +00:00
|
|
|
#endif /* ASM_X86__MACH_NUMAQ__MACH_MPPARSE_H */
|