diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-23 19:33:45 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-23 19:42:02 (EST) |
commit | 8ff050d3893f0115b8bd3f1feda5d032f89fbc32 (patch) | |
tree | 6f8a493c19c2f4bcc59adebb7a88bcea97a7b3ea /resources/utilities/ich9deblob/x86compatibility.c | |
parent | 1082934d042a5f8b397afc48a0b92edd8d779610 (diff) | |
download | libreboot-8ff050d3893f0115b8bd3f1feda5d032f89fbc32.zip libreboot-8ff050d3893f0115b8bd3f1feda5d032f89fbc32.tar.gz libreboot-8ff050d3893f0115b8bd3f1feda5d032f89fbc32.tar.bz2 |
ich9deblob: Replace makefile (use dependencies)
Use .h and .c files properly. Use header guards. Define function
names in .h files (actual functions in the .c files), and so on.
Move all functions from the .h files to corresponding .c files.
Diffstat (limited to 'resources/utilities/ich9deblob/x86compatibility.c')
-rw-r--r-- | resources/utilities/ich9deblob/x86compatibility.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/resources/utilities/ich9deblob/x86compatibility.c b/resources/utilities/ich9deblob/x86compatibility.c index fb0bb73..b37eed6 100644 --- a/resources/utilities/ich9deblob/x86compatibility.c +++ b/resources/utilities/ich9deblob/x86compatibility.c @@ -23,9 +23,8 @@ #include <stdio.h> #include <string.h> - #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 "gbe/gbe.h" /* structs describing what's in the gbe region */ /* * --------------------------------------------------------------------- |