mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +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);
|
||||
int args;
|
||||
} op_t;
|
||||
static op_t op[] = {
|
||||
static const op_t op[] = {
|
||||
{ "dump", cmd_dump, 3 },
|
||||
{ "setmac", cmd_setmac, 3 },
|
||||
{ "swap", cmd_swap, 3 },
|
||||
|
||||
Reference in New Issue
Block a user