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