diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-28 16:24:28 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-28 16:24:28 (EST) |
commit | f2afa101b39f8ddf2a57145d52716940c2230c2c (patch) | |
tree | 84727b66aa55a110ae6252abd9fc9a546a627c10 /resources/utilities/ich9deblob/src/gbe | |
parent | cd8ee39d4799d61d41734573168c2217270c849d (diff) | |
download | libreboot-f2afa101b39f8ddf2a57145d52716940c2230c2c.zip libreboot-f2afa101b39f8ddf2a57145d52716940c2230c2c.tar.gz libreboot-f2afa101b39f8ddf2a57145d52716940c2230c2c.tar.bz2 |
ich9deblob: re-factored the descriptor deblob function
Diffstat (limited to 'resources/utilities/ich9deblob/src/gbe')
-rw-r--r-- | resources/utilities/ich9deblob/src/gbe/gbe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/utilities/ich9deblob/src/gbe/gbe.h b/resources/utilities/ich9deblob/src/gbe/gbe.h index 7ba59e2..867927d 100644 --- a/resources/utilities/ich9deblob/src/gbe/gbe.h +++ b/resources/utilities/ich9deblob/src/gbe/gbe.h @@ -43,6 +43,7 @@ #include <stdio.h> #include <string.h> +#include "../descriptor/descriptor.h" /* Size of the full gbe region in bytes */ #define GBEREGIONSIZE_8K 0x2000 |