diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2007-10-07 20:01:23 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-10-07 20:01:23 +0000 |
commit | e9d4616a9566e29e69d3c967d35126abddd99cee (patch) | |
tree | 8798c2d8ca8d6ee3a1850d5fe4118a08628a5f35 /util/superiotool/superiotool.h | |
parent | 84bf1e250617fbb213fd0ebb9574b11c46346ed0 (diff) | |
download | coreboot-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.h | 2 |
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 */ |