mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
util/nvmutil: commented some defines
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user