mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-10-15 03:29:53 +00:00

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 */
|