http://git.etherboot.org
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[pxe] Introduce PXE exit hook for NBP chaining
[gpxe.git]
/
src
/
arch
/
i386
/
include
/
pxe.h
diff --git
a/src/arch/i386/include/pxe.h
b/src/arch/i386/include/pxe.h
index
b0cabef
..
041ee7b
100644
(file)
--- a/
src/arch/i386/include/pxe.h
+++ b/
src/arch/i386/include/pxe.h
@@
-67,6
+67,7
@@
union u_PXENV_ANY {
struct s_PXENV_GET_FILE_SIZE get_file_size;
struct s_PXENV_FILE_EXEC file_exec;
struct s_PXENV_FILE_API_CHECK file_api_check;
+ struct s_PXENV_FILE_EXIT_HOOK file_exit_hook;
};
typedef union u_PXENV_ANY PXENV_ANY_t;