diff options
| author | Peter Jones <pjones@redhat.com> | 2013-05-30 17:23:19 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2013-05-31 15:34:11 -0400 |
| commit | 5a82ef99c8ff146280cb4134d84ee242d3bdb98d (patch) | |
| tree | 4a21121df083921c8f9ab5c30368271a2980b3ba | |
| parent | 547d57156f8019af2aaf9a4bf9d324a0895a7411 (diff) | |
| download | efi-boot-shim-5a82ef99c8ff146280cb4134d84ee242d3bdb98d.tar.gz efi-boot-shim-5a82ef99c8ff146280cb4134d84ee242d3bdb98d.zip | |
EFI_PXE_BASE_CODE_DHCPV6_PACKET is in gnu-efi-3.0t
| -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; |
