mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-20 05:36:23 +02:00
util/nvmutil: make op a const
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -82,7 +82,7 @@ typedef struct op {
|
|||||||
void (*cmd)(void);
|
void (*cmd)(void);
|
||||||
int args;
|
int args;
|
||||||
} op_t;
|
} op_t;
|
||||||
static op_t op[] = {
|
static const op_t op[] = {
|
||||||
{ "dump", cmd_dump, 3 },
|
{ "dump", cmd_dump, 3 },
|
||||||
{ "setmac", cmd_setmac, 3 },
|
{ "setmac", cmd_setmac, 3 },
|
||||||
{ "swap", cmd_swap, 3 },
|
{ "swap", cmd_swap, 3 },
|
||||||
|
|||||||
Reference in New Issue
Block a user