summaryrefslogtreecommitdiff
path: root/netboot.c
diff options
context:
space:
mode:
authorSteve Langasek <steve.langasek@canonical.com>2013-07-02 15:24:04 +0000
committerSteve Langasek <steve.langasek@canonical.com>2013-07-02 15:24:04 +0000
commitbfab8d6791bccc38a8604cbc933048319c920780 (patch)
treed67bb5c284e745f6c3e38c6a8a7e7e83be16c6cf /netboot.c
parent7f61250830921321a77c879e33177fe0cb6336db (diff)
parentd141608bf820a1f1052b335073cd4c2dc9221d1d (diff)
downloadefi-boot-shim-bfab8d6791bccc38a8604cbc933048319c920780.tar.gz
efi-boot-shim-bfab8d6791bccc38a8604cbc933048319c920780.zip
Import upstream version 0.4
Diffstat (limited to 'netboot.c')
-rw-r--r--netboot.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/netboot.c b/netboot.c
index 90fb9cba..c44aeac5 100644
--- a/netboot.c
+++ b/netboot.c
@@ -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;