diff options
| author | H. Peter Anvin | 2008-03-26 23:10:56 +0100 |
|---|---|---|
| committer | H. Peter Anvin | 2008-03-26 23:10:56 +0100 |
| commit | d62e89d776095767d075a75ceffc884ed267f685 (patch) | |
| tree | 83e12ddb9e620e53a6293fe6067eefbd092bcd50 /src/include/pxe.h | |
| parent | [DHCP] Save precious packet-aligned memory by copying DHCP responses (diff) | |
| download | ipxe-d62e89d776095767d075a75ceffc884ed267f685.tar.gz ipxe-d62e89d776095767d075a75ceffc884ed267f685.tar.xz ipxe-d62e89d776095767d075a75ceffc884ed267f685.zip | |
[PXEXT] Add FILE_API_CHECK API function
Add FILE_API_CHECK to the PXEXT API so the NBP can query the
availability and status of the API.
Diffstat (limited to 'src/include/pxe.h')
| -rw-r--r-- | src/include/pxe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/pxe.h b/src/include/pxe.h index 8b3ca14c4..6d332ac7d 100644 --- a/src/include/pxe.h +++ b/src/include/pxe.h @@ -64,6 +64,7 @@ union u_PXENV_ANY { struct s_PXENV_FILE_READ file_read; 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; }; typedef union u_PXENV_ANY PXENV_ANY_t; |
