summaryrefslogtreecommitdiff
path: root/util/superiotool/superiotool.h
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-03-11 14:48:20 +0000
committerStefan Reinauer <stepan@openbios.org>2009-03-11 14:48:20 +0000
commit6df0c62b688d1c4157bc151f98a2feeeca79fee8 (patch)
treef7b869d941bcd34e1ae31d0556b1a1b16e6d9090 /util/superiotool/superiotool.h
parent34b1d4ef376358661265fbdb64553332aa952e29 (diff)
downloadcoreboot-6df0c62b688d1c4157bc151f98a2feeeca79fee8.tar.xz
Add support for the LPC47M182 to superiotool
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Joseph Smith <joe@settoplinux.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3990 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool/superiotool.h')
-rw-r--r--util/superiotool/superiotool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/superiotool/superiotool.h b/util/superiotool/superiotool.h
index e26f21c59c..5df60a785d 100644
--- a/util/superiotool/superiotool.h
+++ b/util/superiotool/superiotool.h
@@ -107,6 +107,7 @@ const char *get_superio_name(const struct superio_registers reg_table[],
uint16_t id);
void dump_superio(const char *name, const struct superio_registers reg_table[],
uint16_t port, uint16_t id, uint8_t ldn_sel);
+void dump_io(uint16_t iobase, uint16_t length);
void probing_for(const char *vendor, const char *info, uint16_t port);
void print_vendor_chips(const char *vendor,
const struct superio_registers reg_table[]);