summaryrefslogtreecommitdiffstats
path: root/resources/utilities/ich9deblob/ich9deblob.c
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-12-25 15:47:53 (EST)
committer Francis Rowe <info@gluglug.org.uk>2014-12-25 15:47:53 (EST)
commit1097b09af2d386900621a7733bd70a135929df32 (patch)
tree50ec5ced194088f441a94c9b6a0e72cf22ed83f8 /resources/utilities/ich9deblob/ich9deblob.c
parent24e129cc56f5f2d2866b7a02e19d25a735592f08 (diff)
downloadlibreboot-1097b09af2d386900621a7733bd70a135929df32.zip
libreboot-1097b09af2d386900621a7733bd70a135929df32.tar.gz
libreboot-1097b09af2d386900621a7733bd70a135929df32.tar.bz2
ich9deblob: move x86compatibility.c and .h to /common
Diffstat (limited to 'resources/utilities/ich9deblob/ich9deblob.c')
-rw-r--r--resources/utilities/ich9deblob/ich9deblob.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/utilities/ich9deblob/ich9deblob.c b/resources/utilities/ich9deblob/ich9deblob.c
index 6a4297c..5c607d8 100644
--- a/resources/utilities/ich9deblob/ich9deblob.c
+++ b/resources/utilities/ich9deblob/ich9deblob.c
@@ -46,10 +46,10 @@
#include <stdio.h>
#include <string.h>
-#include "common/descriptor_gbe.h" /* common descriptor/gbe functions used by ich9deblob */
-#include "descriptor/descriptor.h" /* structs describing what's in the descriptor region */
-#include "gbe/gbe.h" /* structs describing what's in the gbe region */
-#include "x86compatibility.h" /* system/compiler compatibility checks. This code is not portable. */
+#include "common/descriptor_gbe.h" /* common descriptor/gbe functions used by ich9deblob */
+#include "descriptor/descriptor.h" /* structs describing what's in the descriptor region */
+#include "gbe/gbe.h" /* structs describing what's in the gbe region */
+#include "common/x86compatibility.h" /* system/compiler compatibility checks. This code is not portable. */
int main(int argc, char *argv[])
{