You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pnpbios.h 184B

123456789101112131415
  1. #ifndef _PNPBIOS_H
  2. #define _PNPBIOS_H
  3. /** @file
  4. *
  5. * PnP BIOS
  6. *
  7. */
  8. /* BIOS segment address */
  9. #define BIOS_SEG 0xf000
  10. extern int find_pnp_bios ( void );
  11. #endif /* _PNPBIOS_H */