diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-01-11 00:14:40 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-01-11 00:14:40 +0000 |
commit | d21f6ee04804f7d3e6f45edb5ba52563f1005575 (patch) | |
tree | 4d63c329c242bb0be0644e077885bd5d67a3f2bf /resources/utilities/ich9deblob/src/gbe/gbe.h | |
parent | 3403b8c4eee0640022f619504706a99a28dde1f5 (diff) | |
download | librebootfr-d21f6ee04804f7d3e6f45edb5ba52563f1005575.tar.gz librebootfr-d21f6ee04804f7d3e6f45edb5ba52563f1005575.zip |
ich9deblob/ich9gen: word grab function (gbe): use clear naming
Diffstat (limited to 'resources/utilities/ich9deblob/src/gbe/gbe.h')
-rw-r--r-- | resources/utilities/ich9deblob/src/gbe/gbe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/utilities/ich9deblob/src/gbe/gbe.h b/resources/utilities/ich9deblob/src/gbe/gbe.h index 4b2f496b..68b9ed70 100644 --- a/resources/utilities/ich9deblob/src/gbe/gbe.h +++ b/resources/utilities/ich9deblob/src/gbe/gbe.h @@ -424,7 +424,7 @@ struct GBEREGIONRECORD_8K { * --------------------------------------------------------------------- */ -uint16_t gbeGetRegionWordFrom8kBuffer(int index, uint8_t* regionData); +uint16_t gbeGetRegionWordFrom8kBuffer(int wordOffset, uint8_t* regionData); uint16_t gbeGetChecksumFrom8kBuffer(uint8_t* regionData, uint16_t desiredValue, int byteOffset); uint16_t gbeGetChecksumFrom4kStruct(struct GBEREGIONRECORD_4K gbeStruct4k, uint16_t desiredValue); struct GBEREGIONRECORD_8K deblobbedGbeStructFromFactory(struct GBEREGIONRECORD_8K factoryGbeStruct8k); |