From 7cf264f01ce788d09b9cacefb7039a3ac2e0c454 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 26 Aug 2024 12:28:19 +0200 Subject: Adding upstream version 3.6. Signed-off-by: Daniel Baumann --- dmiopt.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dmiopt.h') diff --git a/dmiopt.h b/dmiopt.h index 62ffcbb..ae04778 100644 --- a/dmiopt.h +++ b/dmiopt.h @@ -2,7 +2,7 @@ * Command line handling of dmidecode * This file is part of the dmidecode project. * - * Copyright (C) 2005-2008 Jean Delvare + * Copyright (C) 2005-2023 Jean Delvare * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -47,6 +47,7 @@ extern struct opt opt; #define FLAG_FROM_DUMP (1 << 5) #define FLAG_NO_SYSFS (1 << 6) #define FLAG_NO_QUIRKS (1 << 7) +#define FLAG_LIST (1 << 8) int parse_command_line(int argc, char * const argv[]); void print_help(void); -- cgit v1.2.3