summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include/pxe_call.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/include/pxe_call.h')
-rw-r--r--src/arch/i386/include/pxe_call.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/i386/include/pxe_call.h b/src/arch/i386/include/pxe_call.h
index dc585310..7a38d314 100644
--- a/src/arch/i386/include/pxe_call.h
+++ b/src/arch/i386/include/pxe_call.h
@@ -30,5 +30,6 @@ 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 __cdecl void pxe_api_call ( struct i386_all_regs *ix86 );
#endif /* _PXE_CALL_H */