From 5517f81cbeedc230869dbb858da87084c8bd7110 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 8 Mar 2026 05:19:28 +0000 Subject: util/nvmutil: commented some defines Signed-off-by: Leah Rowe --- util/nvmutil/nvmutil.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index 2ae325e9..06681f8e 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -150,8 +150,18 @@ static const char *mac_str; static const char *fname; static const char *argv0; +/* + * Use these for .invert in command[]: + */ #define PART_INVERT 1 + /* if used: read GbE parts swapped */ + /* e.g. part0 read (file) to part1 (mem) */ #define NO_INVERT 0 + /* don't swap. e.g. part0 read (file) to part0 (mem) */ + +/* + * Use these for .argc in command[]: + */ #define ARGC_3 3 #define ARGC_4 4 -- cgit v1.2.1