pnpbios.h

Go to the documentation of this file.
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 */

Generated on Tue Apr 6 20:00:50 2010 for gPXE by  doxygen 1.5.7.1