summaryrefslogtreecommitdiffstats
path: root/resources/utilities/ich9deblob/ich9deblob.c
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-12-23 11:40:10 (EST)
committer Francis Rowe <info@gluglug.org.uk>2014-12-23 11:40:10 (EST)
commit7e81837e64e7fd14a74600b14ac65f046985dbfa (patch)
treeb58fbcdeb39b3a97739dc6901fc0b2e015eab676 /resources/utilities/ich9deblob/ich9deblob.c
parent7ffd20ca3fc1e9d436683b2e34c4e2e47fac2c7f (diff)
downloadlibreboot-7e81837e64e7fd14a74600b14ac65f046985dbfa.zip
libreboot-7e81837e64e7fd14a74600b14ac65f046985dbfa.tar.gz
libreboot-7e81837e64e7fd14a74600b14ac65f046985dbfa.tar.bz2
ich9deblob: move gbe/struct.h to gbe/gbe.h
Diffstat (limited to 'resources/utilities/ich9deblob/ich9deblob.c')
-rw-r--r--resources/utilities/ich9deblob/ich9deblob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/utilities/ich9deblob/ich9deblob.c b/resources/utilities/ich9deblob/ich9deblob.c
index e308312..17d0a3e 100644
--- a/resources/utilities/ich9deblob/ich9deblob.c
+++ b/resources/utilities/ich9deblob/ich9deblob.c
@@ -43,7 +43,7 @@
#include <stdio.h>
#include <string.h>
#include "descriptor/struct.h" // structs describing what's in the descriptor region
-#include "gbe/struct.h" // structs describing what's in the gbe region
+#include "gbe/gbe.h" // structs describing what's in the gbe region, plus functions that use them
#include "x86compatibility.c" // compatibility checks. this utility is not portable yet.
struct DESCRIPTORREGIONRECORD deblobbedDescriptorStructFromFactory(struct DESCRIPTORREGIONRECORD factoryDescriptorStruct, unsigned int factoryRomSize);