mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
prototype for new_state() in nvmutil
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -144,7 +144,7 @@ new_xstate(void)
|
|||||||
return xs_new;
|
return xs_new;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct xstate *nv = NULL;
|
static struct xstate *nv = NULL;
|
||||||
|
|
||||||
int
|
int
|
||||||
main(int argc, char *argv[])
|
main(int argc, char *argv[])
|
||||||
|
|||||||
@@ -291,6 +291,7 @@ struct xstate {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
static struct xstate *new_xstate(void);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Sanitize command tables.
|
* Sanitize command tables.
|
||||||
|
|||||||
Reference in New Issue
Block a user