diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-23 11:44:59 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-23 11:44:59 (EST) |
commit | ece2f6f796afa94dbc927e9c4f514a3e131c7897 (patch) | |
tree | d67d046304731ed95b62b33e6ebc6f55e9d8340b /resources/utilities/ich9deblob/ich9deblob.c | |
parent | 2fa1721ab9338c8f72c6b9ee390ed11ced4c2e15 (diff) | |
download | libreboot-ece2f6f796afa94dbc927e9c4f514a3e131c7897.zip libreboot-ece2f6f796afa94dbc927e9c4f514a3e131c7897.tar.gz libreboot-ece2f6f796afa94dbc927e9c4f514a3e131c7897.tar.bz2 |
ich9deblob: rename descriptor/struct.h to descriptor/descriptor.h
Diffstat (limited to 'resources/utilities/ich9deblob/ich9deblob.c')
-rw-r--r-- | resources/utilities/ich9deblob/ich9deblob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/utilities/ich9deblob/ich9deblob.c b/resources/utilities/ich9deblob/ich9deblob.c index 4073453..49d5a9b 100644 --- a/resources/utilities/ich9deblob/ich9deblob.c +++ b/resources/utilities/ich9deblob/ich9deblob.c @@ -42,7 +42,7 @@ #include <stdio.h> #include <string.h> -#include "descriptor/struct.h" // structs describing what's in the descriptor region +#include "descriptor/descriptor.h" // structs describing what's in the descriptor 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. |