summaryrefslogtreecommitdiff
path: root/dmiopt.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2023-03-15 15:10:24 +0100
committerJörg Frings-Fürst <debian@jff.email>2023-03-15 15:10:24 +0100
commit67edb6d3e91421bc50fd51baa1f4ce214efb98c7 (patch)
tree4de44db30324d1793a5b7ed6fdf32113fe7135ce /dmiopt.h
parent4461f1524993be7dfae48ed620c13d52bb6ae4ad (diff)
New upstream version 3.5upstream/3.5upstream
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);