mirror of
https://github.com/ipxe/ipxe
synced 2026-01-06 20:21:47 +03:00
Added PnP BIOS scanning code, separated out from the UNDI driver
This commit is contained in:
15
src/arch/i386/include/pnpbios.h
Normal file
15
src/arch/i386/include/pnpbios.h
Normal 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 */
|
||||
Reference in New Issue
Block a user