diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-23 08:16:18 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-23 08:16:18 (EST) |
commit | d8a878600cbda7d20e0775db62b3964d1e3fb228 (patch) | |
tree | 29792f4bcf6b706611702a482007586af065155a /resources/utilities/ich9deblob/x86compatibility.c | |
parent | 384e1c514135b4188dfbe44d81940f38e0fa6167 (diff) | |
download | libreboot-d8a878600cbda7d20e0775db62b3964d1e3fb228.zip libreboot-d8a878600cbda7d20e0775db62b3964d1e3fb228.tar.gz libreboot-d8a878600cbda7d20e0775db62b3964d1e3fb228.tar.bz2 |
ich9deblob: move ich9gbe.h to gbe/struct.h
Diffstat (limited to 'resources/utilities/ich9deblob/x86compatibility.c')
-rw-r--r-- | resources/utilities/ich9deblob/x86compatibility.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/utilities/ich9deblob/x86compatibility.c b/resources/utilities/ich9deblob/x86compatibility.c index 80aa062..985cedf 100644 --- a/resources/utilities/ich9deblob/x86compatibility.c +++ b/resources/utilities/ich9deblob/x86compatibility.c @@ -2,7 +2,7 @@ #include <string.h> #include "ich9desc.h" // structs describing what's in the descriptor region -#include "ich9gbe.h" // structs describing what's in the gbe region +#include "gbe/struct.h" // structs describing what's in the gbe region // --------------------------------------------------------------------- // x86 compatibility checking: |