diff options
Diffstat (limited to 'resources/utilities/ich9deblob/src/ich9gen.h')
-rw-r--r-- | resources/utilities/ich9deblob/src/ich9gen.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/utilities/ich9deblob/src/ich9gen.h b/resources/utilities/ich9deblob/src/ich9gen.h index 25cf3405..38b6ce48 100644 --- a/resources/utilities/ich9deblob/src/ich9gen.h +++ b/resources/utilities/ich9deblob/src/ich9gen.h @@ -31,6 +31,9 @@ #include "descriptor/descriptor.h" /* structs describing what's in the descriptor region */ #include "gbe/gbe.h" /* structs describing what's in the gbe region */ +#define WITHGBE 1 +#define WITHOUTGBE 0 + int main(int argc, char *argv[]); #endif |