summaryrefslogtreecommitdiffstats
path: root/ich_descriptors.h
diff options
context:
space:
mode:
authorNico Huber <nico.huber@secunet.com>2017-06-17 03:10:15 +0200
committerNico Huber <nico.h@gmx.de>2017-07-28 12:31:58 +0000
commit67d71792929f94d4638a3663f2fc19aea4918681 (patch)
treeea1f35914191ac66f66734777a1e1542ea20b403 /ich_descriptors.h
parent500263434b69594dc01b3ccfe5e2c4c498d87656 (diff)
downloadflashrom-67d71792929f94d4638a3663f2fc19aea4918681.tar.gz
flashrom-67d71792929f94d4638a3663f2fc19aea4918681.tar.bz2
flashrom-67d71792929f94d4638a3663f2fc19aea4918681.zip
ich_descriptors: Pretty print an assumed chipset
Change-Id: Id28cb3abc45c6e7f4c4accfc019579c7448c45d7 Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/20247 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: David Hendricks <david.hendricks@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'ich_descriptors.h')
-rw-r--r--ich_descriptors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ich_descriptors.h b/ich_descriptors.h
index bccea2776..8c313d151 100644
--- a/ich_descriptors.h
+++ b/ich_descriptors.h
@@ -567,6 +567,7 @@ struct ich_descriptors {
ssize_t ich_number_of_regions(enum ich_chipset cs, const struct ich_desc_content *content);
ssize_t ich_number_of_masters(enum ich_chipset cs, const struct ich_desc_content *content);
+void prettyprint_ich_chipset(enum ich_chipset cs);
void prettyprint_ich_descriptors(enum ich_chipset cs, const struct ich_descriptors *desc);
void prettyprint_ich_descriptor_content(enum ich_chipset cs, const struct ich_desc_content *content);