Blob Blame History Raw
From 75f6469dd9b9944124d5e1981458dc275dbc1123 Mon Sep 17 00:00:00 2001
From: Peter Jones <pjones@redhat.com>
Date: Thu, 30 May 2013 17:23:19 -0400
Subject: [PATCH] EFI_PXE_BASE_CODE_DHCPV6_PACKET is in gnu-efi-3.0t

---
 netboot.c | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/netboot.c b/netboot.c
index 90fb9cb..c44aeac 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;
-- 
1.8.2.1