18#define PXE_LOAD_SEGMENT 0
21#define PXE_LOAD_OFFSET 0x7c00
24#define PXE_LOAD_PHYS ( ( PXE_LOAD_SEGMENT << 4 ) + PXE_LOAD_OFFSET )
28#define ppxe __use_text16 ( ppxe )
32#define pxenv __use_text16 ( pxenv )
#define __asmcall
Declare a function with standard calling conventions.
static struct net_device * netdev
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
#define __text16(variable)
Preboot eXecution Environment (PXE) API.
rmjmp_buf pxe_restart_nbp
Jump buffer for PXENV_RESTART_TFTP.
__asmcall void pxe_api_call(struct i386_all_regs *ix86)
Dispatch PXE API call.
void pxe_activate(struct net_device *netdev)
Activate PXE stack.
int pxe_start_nbp(void)
Start PXE NBP at 0000:7c00.
int pxe_deactivate(void)
Deactivate PXE stack.
int pxe_api_call_weak(struct i386_all_regs *ix86)
Dispatch weak PXE API call with PXE stack available.
A real-mode-extended jump buffer.