util/nvmutil: commented some defines

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-08 05:19:28 +00:00
parent be7c965845
commit 5517f81cbe
+10
View File
@@ -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