From 2c290e3362337feffd2086994f5f720d9332d38e Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 20 Sep 2007 00:00:49 +0000 Subject: Superiotool: Add dump support to the Winbond W83697HF/F. Minor coding style changes and code simplifications. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2791 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/superiotool/superiotool.h | 1 + 1 file changed, 1 insertion(+) (limited to 'util/superiotool/superiotool.h') diff --git a/util/superiotool/superiotool.h b/util/superiotool/superiotool.h index 7b6ef904ae..b0d12cd0dd 100644 --- a/util/superiotool/superiotool.h +++ b/util/superiotool/superiotool.h @@ -61,6 +61,7 @@ struct superio_registers { const char name[MAXNAMELEN]; struct { int ldn; + const char *name; int idx[IDXSIZE]; int def[IDXSIZE]; } ldn[LDNSIZE]; -- cgit v1.2.3