summaryrefslogtreecommitdiff
path: root/util/superiotool/superiotool.h
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-10-07 20:01:23 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-10-07 20:01:23 +0000
commite9d4616a9566e29e69d3c967d35126abddd99cee (patch)
tree8798c2d8ca8d6ee3a1850d5fe4118a08628a5f35 /util/superiotool/superiotool.h
parent84bf1e250617fbb213fd0ebb9574b11c46346ed0 (diff)
downloadcoreboot-e9d4616a9566e29e69d3c967d35126abddd99cee.tar.xz
Print a short message if no Super I/O chip could be detected (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2835 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool/superiotool.h')
-rw-r--r--util/superiotool/superiotool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/superiotool/superiotool.h b/util/superiotool/superiotool.h
index a3dab52ccb..3509d07bc3 100644
--- a/util/superiotool/superiotool.h
+++ b/util/superiotool/superiotool.h
@@ -59,6 +59,8 @@ and print its vendor, name, ID, revision, and config port.\n"
/* Command line parameters. */
extern int dump, dump_readable, verbose;
+extern int chip_found;
+
struct superio_registers {
int32_t superio_id; /* Signed, as we need EOT. */
const char name[MAXNAMELEN]; /* Super I/O name */