mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-27 22:59:01 +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;
|
||||
}
|
||||
|
||||
/*
|
||||
* 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
|
||||
reset_global_state(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user