summaryrefslogtreecommitdiffstats
path: root/resources/utilities/ich9deblob/src/descriptor/descriptor.h
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-01-10 22:35:53 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-01-10 22:35:53 (EST)
commit40d3d3644a40c29c8f021fb6cafb57b426bb35fc (patch)
treeb1106cb46850085447c62ddf58d789099c1a8db8 /resources/utilities/ich9deblob/src/descriptor/descriptor.h
parenta7f7c058b7350fb45838614e176fb4c3a2df0c4b (diff)
downloadlibreboot-40d3d3644a40c29c8f021fb6cafb57b426bb35fc.zip
libreboot-40d3d3644a40c29c8f021fb6cafb57b426bb35fc.tar.gz
libreboot-40d3d3644a40c29c8f021fb6cafb57b426bb35fc.tar.bz2
ich9deblob/ich9gen: re-factor descriptor deblob function
Diffstat (limited to 'resources/utilities/ich9deblob/src/descriptor/descriptor.h')
-rw-r--r--resources/utilities/ich9deblob/src/descriptor/descriptor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/utilities/ich9deblob/src/descriptor/descriptor.h b/resources/utilities/ich9deblob/src/descriptor/descriptor.h
index 7feddf1..447c27f 100644
--- a/resources/utilities/ich9deblob/src/descriptor/descriptor.h
+++ b/resources/utilities/ich9deblob/src/descriptor/descriptor.h
@@ -305,7 +305,7 @@ struct DESCRIPTORREGIONRECORD
struct DESCRIPTORREGIONRECORD descriptorHostRegionsUnlocked(struct DESCRIPTORREGIONRECORD descriptorStruct);
struct DESCRIPTORREGIONRECORD descriptorMeRegionsForbidden(struct DESCRIPTORREGIONRECORD descriptorStruct);
-struct DESCRIPTORREGIONRECORD deblobbedDescriptorStructFromFactory(struct DESCRIPTORREGIONRECORD factoryDescriptorStruct, unsigned int factoryRomSize);
+struct DESCRIPTORREGIONRECORD deblobbedDescriptorStructFromFactory(struct DESCRIPTORREGIONRECORD descriptorStruct, unsigned int romSize);
int notCreatedHFileForDescriptorCFile(char* outFileName, char* cFileName);
int notCreatedCFileFromDescriptorStruct(struct DESCRIPTORREGIONRECORD descriptorStruct, char* outFileName, char* headerFileName);
void printDescriptorRegionLocations(struct DESCRIPTORREGIONRECORD descriptorStruct, char* romName);