mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-15 08:20:59 +02:00
util/nvmutil: provide comment about global state
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -162,6 +162,11 @@ main(int argc, char *argv[])
|
|||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Currently redundant, because the program only runs
|
||||||
|
* once, but I plan to expand this tool so that it can
|
||||||
|
* work on multiple files, using getop switches as args.
|
||||||
|
*/
|
||||||
static void
|
static void
|
||||||
reset_global_state(void)
|
reset_global_state(void)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user