From 8ff050d3893f0115b8bd3f1feda5d032f89fbc32 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Tue, 23 Dec 2014 19:33:45 -0500 Subject: 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. --- (limited to 'resources/utilities/ich9deblob/x86compatibility.c') 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 #include - #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 */ /* * --------------------------------------------------------------------- -- cgit v0.9.1