diff options
| author | Holger Lubitz | 2007-08-08 01:01:09 +0200 |
|---|---|---|
| committer | Holger Lubitz | 2007-08-08 01:01:09 +0200 |
| commit | b79d438080845337d797c7b0dcf3372000fe80e2 (patch) | |
| tree | 24f42fa8779441dcf73d75801bcb27419dfe8d99 /src/include/pxe.h | |
| parent | Revert "malloc attribute changes" (diff) | |
| parent | Set current working URI to be that of the executable image when (diff) | |
| download | ipxe-b79d438080845337d797c7b0dcf3372000fe80e2.tar.gz ipxe-b79d438080845337d797c7b0dcf3372000fe80e2.tar.xz ipxe-b79d438080845337d797c7b0dcf3372000fe80e2.zip | |
Merge branch 'master' of git://git.etherboot.org/scm/gpxe
Diffstat (limited to 'src/include/pxe.h')
| -rw-r--r-- | src/include/pxe.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/pxe.h b/src/include/pxe.h index 301bb10b8..ecb664d55 100644 --- a/src/include/pxe.h +++ b/src/include/pxe.h @@ -58,6 +58,11 @@ union u_PXENV_ANY { struct s_PXENV_UNDI_GET_IFACE_INFO undi_get_iface_info; struct s_PXENV_UNDI_GET_STATE undi_get_state; struct s_PXENV_UNDI_ISR undi_isr; + struct s_PXENV_FILE_OPEN file_open; + struct s_PXENV_FILE_CLOSE file_close; + struct s_PXENV_FILE_SELECT file_select; + struct s_PXENV_FILE_READ file_read; + struct s_PXENV_GET_FILE_SIZE get_file_size; }; typedef union u_PXENV_ANY PXENV_ANY_t; |
