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
commitb2d8dd95ef4c73266f0db2b3cb74ba6bd7f0f6c8 (patch)
treea9e789271d3509d44d21aedc1a358eba659ed759 /dmiopt.h
parentabf98f6ec0ce25c284fbe71bdd56571ea7df5672 (diff)
parent67edb6d3e91421bc50fd51baa1f4ce214efb98c7 (diff)
Update upstream source from tag 'upstream/3.5'
Update to upstream version '3.5' with Debian dir db72f513f576b87fa257bef85b31b2c78cf42647
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);