summaryrefslogtreecommitdiff
path: root/dmiopt.h
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2008-10-25 21:02:08 +0000
committerJean Delvare <jdelvare@suse.de>2008-10-25 21:02:08 +0000
commit78519cd211e565d81d799611f80334eb8d4a1776 (patch)
tree998dc24e07d173b405187a8de9b40c82e0ccf373 /dmiopt.h
parentf23bf3efc8a1418a9a8543065a8f84bd0552627a (diff)
downloaddmidecode-git-78519cd211e565d81d799611f80334eb8d4a1776.tar.gz
New option --from-dump, read the DMI data from a binary file.
Diffstat (limited to 'dmiopt.h')
-rw-r--r--dmiopt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dmiopt.h b/dmiopt.h
index 47ae7aa..ac0f897 100644
--- a/dmiopt.h
+++ b/dmiopt.h
@@ -43,6 +43,7 @@ extern struct opt opt;
#define FLAG_DUMP (1<<2)
#define FLAG_QUIET (1<<3)
#define FLAG_DUMP_BIN (1<<4)
+#define FLAG_FROM_DUMP (1<<5)
int parse_command_line(int argc, char * const argv[]);
void print_help(void);