Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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