mirror of
https://github.com/ipxe/ipxe
synced 2025-12-10 21:41:09 +03:00
[pxe] Make pxe_init_structures() an initialisation function
pxe_init_structures() fills in the fields of the !PXE and PXENV+ structures that aren't known until gPXE starts up. Once gPXE is started, these values will never change. Make pxe_init_structures() an initialisation function so that PXE users don't have to worry about calling it.
This commit is contained in:
@@ -30,7 +30,6 @@ extern struct s_PXENV __text16 ( pxenv );
|
||||
|
||||
extern void pxe_hook_int1a ( void );
|
||||
extern int pxe_unhook_int1a ( void );
|
||||
extern void pxe_init_structures ( void );
|
||||
extern int pxe_start_nbp ( void );
|
||||
extern __asmcall void pxe_api_call ( struct i386_all_regs *ix86 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user