mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 22:43:17 +02:00
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>
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user