diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-22 15:35:59 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-22 15:35:59 +0000 |
commit | a41aaa796f0116f478a016f375d69ff64de6814c (patch) | |
tree | 235684518794053217b0de7551e775f4c28f24e0 | |
parent | 72e317a25fe25a0c96d96ae880318addd0fc1ac2 (diff) | |
download | librebootfr-a41aaa796f0116f478a016f375d69ff64de6814c.tar.gz librebootfr-a41aaa796f0116f478a016f375d69ff64de6814c.zip |
ich9deblob: fix accidental deletion of ich9deblob.c
-rw-r--r-- | resources/utilities/ich9deblob/ich9deblob.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/resources/utilities/ich9deblob/ich9deblob.c b/resources/utilities/ich9deblob/ich9deblob.c index a5b8d63e..c3145d5b 100644 --- a/resources/utilities/ich9deblob/ich9deblob.c +++ b/resources/utilities/ich9deblob/ich9deblob.c @@ -63,12 +63,6 @@ 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) |