00001 #ifndef _PNPBIOS_H 00002 #define _PNPBIOS_H 00003 00004 /** @file 00005 * 00006 * PnP BIOS 00007 * 00008 */ 00009 00010 FILE_LICENCE ( GPL2_OR_LATER ); 00011 00012 /* BIOS segment address */ 00013 #define BIOS_SEG 0xf000 00014 00015 extern int find_pnp_bios ( void ); 00016 00017 #endif /* _PNPBIOS_H */
1.5.7.1