summaryrefslogtreecommitdiff
path: root/dmiopt.h
diff options
context:
space:
mode:
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 2374637..62ffcbb 100644
--- a/dmiopt.h
+++ b/dmiopt.h
@@ -46,6 +46,7 @@ extern struct opt opt;
#define FLAG_DUMP_BIN (1 << 4)
#define FLAG_FROM_DUMP (1 << 5)
#define FLAG_NO_SYSFS (1 << 6)
+#define FLAG_NO_QUIRKS (1 << 7)
int parse_command_line(int argc, char * const argv[]);
void print_help(void);