summaryrefslogtreecommitdiff
path: root/dmiopt.h
diff options
context:
space:
mode:
authorkhali <khali>2005-06-21 21:09:42 +0000
committerkhali <khali>2005-06-21 21:09:42 +0000
commitec903b48b5a531b84e490ccb334e9040f6c2855c (patch)
tree8672ca77be32e60c756516ba12f58626c71808d5 /dmiopt.h
parent9b42212a99ab8e99611ee374512aa81a092ca359 (diff)
downloaddmidecode-ec903b48b5a531b84e490ccb334e9040f6c2855c.tar.gz
Add option -s, --string. It prints one selected DMI string instead of
the regular output.
Diffstat (limited to 'dmiopt.h')
-rw-r--r--dmiopt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dmiopt.h b/dmiopt.h
index db03721..9a7ca43 100644
--- a/dmiopt.h
+++ b/dmiopt.h
@@ -24,6 +24,8 @@ struct opt
const char* devmem;
unsigned int flags;
u8 *type;
+ u8 string_type;
+ u8 string_offset;
};
extern struct opt opt;