summaryrefslogtreecommitdiffstats
path: root/resources/utilities/ich9deblob/descriptor/descriptor.h
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-12-23 23:10:23 (EST)
committer Francis Rowe <info@gluglug.org.uk>2014-12-23 23:10:23 (EST)
commitd993e696d62fba8a3ca3a2e27d9c0d527256ca58 (patch)
tree7529ddb4abcb3dc36ca850909ff3e7ed043b77a3 /resources/utilities/ich9deblob/descriptor/descriptor.h
parent4286a86d77844026de788fe9283f710c7a7ec8ad (diff)
downloadlibreboot-d993e696d62fba8a3ca3a2e27d9c0d527256ca58.zip
libreboot-d993e696d62fba8a3ca3a2e27d9c0d527256ca58.tar.gz
libreboot-d993e696d62fba8a3ca3a2e27d9c0d527256ca58.tar.bz2
ich9deblob: debug in descriptor deblob moved to separate function
Diffstat (limited to 'resources/utilities/ich9deblob/descriptor/descriptor.h')
-rw-r--r--resources/utilities/ich9deblob/descriptor/descriptor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/utilities/ich9deblob/descriptor/descriptor.h b/resources/utilities/ich9deblob/descriptor/descriptor.h
index a3dd340..3841fdc 100644
--- a/resources/utilities/ich9deblob/descriptor/descriptor.h
+++ b/resources/utilities/ich9deblob/descriptor/descriptor.h
@@ -257,5 +257,6 @@ struct DESCRIPTORREGIONRECORD {
*/
struct DESCRIPTORREGIONRECORD deblobbedDescriptorStructFromFactory(struct DESCRIPTORREGIONRECORD factoryDescriptorStruct, unsigned int factoryRomSize);
+void printDescriptorRegionLocations(struct DESCRIPTORREGIONRECORD descriptorStruct, char* romName);
#endif