summaryrefslogtreecommitdiffstats
path: root/resources/utilities/ich9deblob/gbe/gbe.h
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-12-23 21:19:42 (EST)
committer Francis Rowe <info@gluglug.org.uk>2014-12-23 21:19:42 (EST)
commit7f550097fa1089c6072e3373648a2278ee3b89d4 (patch)
tree2e4d38e9ae15c434ba85cbacf7f400067b4d9c09 /resources/utilities/ich9deblob/gbe/gbe.h
parent96ef8d99ba1e28b11bc788b5439ee511f2e171de (diff)
downloadlibreboot-7f550097fa1089c6072e3373648a2278ee3b89d4.zip
libreboot-7f550097fa1089c6072e3373648a2278ee3b89d4.tar.gz
libreboot-7f550097fa1089c6072e3373648a2278ee3b89d4.tar.bz2
ich9deblob: gbe related debugging moved to separate function
Diffstat (limited to 'resources/utilities/ich9deblob/gbe/gbe.h')
-rw-r--r--resources/utilities/ich9deblob/gbe/gbe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/utilities/ich9deblob/gbe/gbe.h b/resources/utilities/ich9deblob/gbe/gbe.h
index d0ad649..17d6a93 100644
--- a/resources/utilities/ich9deblob/gbe/gbe.h
+++ b/resources/utilities/ich9deblob/gbe/gbe.h
@@ -85,5 +85,7 @@ unsigned short gbeGetRegionWordFrom8kBuffer(int index, char* regionData);
unsigned short gbeGetChecksumFrom8kBuffer(char* regionData, unsigned short desiredValue, int byteOffset);
unsigned short gbeGetChecksumFrom4kStruct(struct GBEREGIONRECORD_4K gbeStruct4k, unsigned short desiredValue);
struct GBEREGIONRECORD_8K deblobbedGbeStructFromFactory(struct GBEREGIONRECORD_8K factoryGbeStruct8k);
+void printGbeChecksumDataFromStruct4k(struct GBEREGIONRECORD_4K gbeStruct4k, char* romName, char* regionName);
+void printGbeChecksumDataFromStruct8k(struct GBEREGIONRECORD_8K gbeStruct8k, char* romName);
#endif