iPXE
Data Structures | Macros | Typedefs

UNDI STARTUP. More...

Data Structures

struct  s_PXENV_UNDI_STARTUP
 Parameter block for pxenv_undi_startup() More...
 

Macros

#define PXENV_UNDI_STARTUP   0x0001
 PXE API function code for pxenv_undi_startup() More...
 
#define PXENV_BUS_ISA   0
 ISA bus type. More...
 
#define PXENV_BUS_EISA   1
 EISA bus type. More...
 
#define PXENV_BUS_MCA   2
 MCA bus type. More...
 
#define PXENV_BUS_PCI   3
 PCI bus type. More...
 
#define PXENV_BUS_VESA   4
 VESA bus type. More...
 
#define PXENV_BUS_PCMCIA   5
 PCMCIA bus type. More...
 

Typedefs

typedef struct s_PXENV_UNDI_STARTUP PXENV_UNDI_STARTUP_t
 

Detailed Description

UNDI STARTUP.

Macro Definition Documentation

◆ PXENV_UNDI_STARTUP

#define PXENV_UNDI_STARTUP   0x0001

PXE API function code for pxenv_undi_startup()

Definition at line 815 of file pxe_api.h.

◆ PXENV_BUS_ISA

#define PXENV_BUS_ISA   0

ISA bus type.

Definition at line 817 of file pxe_api.h.

◆ PXENV_BUS_EISA

#define PXENV_BUS_EISA   1

EISA bus type.

Definition at line 818 of file pxe_api.h.

◆ PXENV_BUS_MCA

#define PXENV_BUS_MCA   2

MCA bus type.

Definition at line 819 of file pxe_api.h.

◆ PXENV_BUS_PCI

#define PXENV_BUS_PCI   3

PCI bus type.

Definition at line 820 of file pxe_api.h.

◆ PXENV_BUS_VESA

#define PXENV_BUS_VESA   4

VESA bus type.

Definition at line 821 of file pxe_api.h.

◆ PXENV_BUS_PCMCIA

#define PXENV_BUS_PCMCIA   5

PCMCIA bus type.

Definition at line 822 of file pxe_api.h.

Typedef Documentation

◆ PXENV_UNDI_STARTUP_t

Definition at line 829 of file pxe_api.h.