mpparse.h 191 B

1234567
  1. #ifndef __ASM_NUMAQ_MPPARSE_H
  2. #define __ASM_NUMAQ_MPPARSE_H
  3. extern void numaq_mps_oem_check(struct mp_config_table *mpc, char *oem,
  4. char *productid);
  5. #endif /* __ASM_NUMAQ_MPPARSE_H */