iPXE
pnpbios.h
Go to the documentation of this file.
1#ifndef _PNPBIOS_H
2#define _PNPBIOS_H
3
4/** @file
5 *
6 * PnP BIOS
7 *
8 */
9
10FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
11
12/* BIOS segment address */
13#define BIOS_SEG 0xf000
14
15extern int find_pnp_bios ( void );
16
17#endif /* _PNPBIOS_H */
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
Definition compiler.h:896
int find_pnp_bios(void)
Locate Plug-and-Play BIOS.
Definition pnpbios.c:101