diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-22 15:34:04 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-22 15:34:04 +0000 |
commit | 72e317a25fe25a0c96d96ae880318addd0fc1ac2 (patch) | |
tree | 318896cfedc73161c565e4e7847fb976818a6ecb /resources/utilities/ich9deblob/ich9deblob.c | |
parent | 5a7735003f391124afd9041339a6b049bbfad485 (diff) | |
download | librebootfr-72e317a25fe25a0c96d96ae880318addd0fc1ac2.tar.gz librebootfr-72e317a25fe25a0c96d96ae880318addd0fc1ac2.zip |
ich9deblob/ich9desc.c: add reserved variable names to null members
Diffstat (limited to 'resources/utilities/ich9deblob/ich9deblob.c')
-rw-r--r-- | resources/utilities/ich9deblob/ich9deblob.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/utilities/ich9deblob/ich9deblob.c b/resources/utilities/ich9deblob/ich9deblob.c index c3145d5b..a5b8d63e 100644 --- a/resources/utilities/ich9deblob/ich9deblob.c +++ b/resources/utilities/ich9deblob/ich9deblob.c @@ -63,6 +63,12 @@ struct DESCRIPTORREGIONRECORD deblobbedFromFactory(struct DESCRIPTORREGIONRECORD int structSizesIncorrect(struct DESCRIPTORREGIONRECORD descriptorDummy, struct GBEREGIONRECORD_8K gbe8kDummy); int systemIsBigEndian(); +/*int structBitfieldWrongOrder() { + DESCRIPTORREGIONRECORD descriptorDummy; + + descriptorDummy.flMap0. +}*/ + int main(int argc, char *argv[]) { // descriptor region. Will have actual descriptor mapped to it (from the factory.rom dump) |