diff options
Diffstat (limited to 'util/superiotool/superiotool.h')
-rw-r--r-- | util/superiotool/superiotool.h | 1 |
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]; |