blob: 626aef6b155f1498eee4ab3594eab6a4adeee00d (
plain)
1
2
3
4
5
6
7
|
#ifndef __ASM_MACH_MPPARSE_H
#define __ASM_MACH_MPPARSE_H
extern void numaq_mps_oem_check(struct mp_config_table *mpc, char *oem,
char *productid);
#endif /* __ASM_MACH_MPPARSE_H */
|