aboutsummaryrefslogtreecommitdiff
path: root/util/superiotool/superiotool.h
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-09-20 00:00:49 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-09-20 00:00:49 +0000
commit2c290e3362337feffd2086994f5f720d9332d38e (patch)
tree2a19392309baf65912f52819d555df0a949881a2 /util/superiotool/superiotool.h
parente47495659080e136a405483a6cb4413dbcb09925 (diff)
Superiotool: Add dump support to the Winbond W83697HF/F.
Minor coding style changes and code simplifications. 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@2791 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 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];