mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
bb8985586b
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
8 lines
191 B
C
8 lines
191 B
C
#ifndef __ASM_NUMAQ_MPPARSE_H
|
|
#define __ASM_NUMAQ_MPPARSE_H
|
|
|
|
extern void numaq_mps_oem_check(struct mp_config_table *mpc, char *oem,
|
|
char *productid);
|
|
|
|
#endif /* __ASM_NUMAQ_MPPARSE_H */
|