From e9d4616a9566e29e69d3c967d35126abddd99cee Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 7 Oct 2007 20:01:23 +0000 Subject: Print a short message if no Super I/O chip could be detected (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2835 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/superiotool/superiotool.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/superiotool/superiotool.h') diff --git a/util/superiotool/superiotool.h b/util/superiotool/superiotool.h index a3dab52ccb7a..3509d07bc354 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 */ -- cgit v1.2.3