diff options
| author | Steve Langasek <steve.langasek@canonical.com> | 2013-07-02 15:29:48 +0000 |
|---|---|---|
| committer | Steve Langasek <steve.langasek@canonical.com> | 2013-07-02 15:29:48 +0000 |
| commit | 1b5fb6c04f2017cbb47d978ccce1d5cc457d818a (patch) | |
| tree | 3f6cf148d428b33b0a662e8463c8e7e8fdc85c85 /netboot.c | |
| parent | 0bab096d4bd6290d802cb41132ff2f928e0ab2b1 (diff) | |
| parent | bfab8d6791bccc38a8604cbc933048319c920780 (diff) | |
| download | efi-boot-shim-1b5fb6c04f2017cbb47d978ccce1d5cc457d818a.tar.gz efi-boot-shim-1b5fb6c04f2017cbb47d978ccce1d5cc457d818a.zip | |
Merge upstream release 0.4
Diffstat (limited to 'netboot.c')
| -rw-r--r-- | netboot.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -56,15 +56,6 @@ static EFI_IP_ADDRESS tftp_addr; static char *full_path; -/* - * Not in the EFI header set yet, so I have to declare it here - */ -typedef struct { - UINT32 MessageType:8; - UINT32 TransactionId:24; - UINT8 DhcpOptions[1024]; -} EFI_PXE_BASE_CODE_DHCPV6_PACKET; - typedef struct { UINT16 OpCode; UINT16 Length; |
