diff options
Diffstat (limited to 'resources/utilities/ich9deblob/x86compatibility.h')
-rw-r--r-- | resources/utilities/ich9deblob/x86compatibility.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/utilities/ich9deblob/x86compatibility.h b/resources/utilities/ich9deblob/x86compatibility.h index bbbfda7..94e14e1 100644 --- a/resources/utilities/ich9deblob/x86compatibility.h +++ b/resources/utilities/ich9deblob/x86compatibility.h @@ -24,6 +24,9 @@ #ifndef X86COMPATIBILITY_H #define X86COMPATIBILITY_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 */ + int structSizesIncorrect(struct DESCRIPTORREGIONRECORD descriptorDummy, struct GBEREGIONRECORD_8K gbe8kDummy); int systemIsBigEndian(); int structMembersWrongOrder(); |