Added PnP BIOS scanning code, separated out from the UNDI driver

This commit is contained in:
Michael Brown
2007-01-05 16:10:03 +00:00
parent 7dee2556f4
commit 477a70697a
2 changed files with 122 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
#ifndef _PNPBIOS_H
#define _PNPBIOS_H
/** @file
*
* PnP BIOS
*
*/
/* BIOS segment address */
#define BIOS_SEG 0xf000
extern int find_pnp_bios ( void );
#endif /* _PNPBIOS_H */