diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-18 00:16:01 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-18 00:16:01 +0000 |
| commit | 2723a9ccd8e2167b1c5547a1cf8cd6d651613d28 (patch) | |
| tree | 3a1ee099e22aef41bf02d218b383a1b0495e8175 /util/nvmutil/nvmutil.h | |
| parent | 6def381e3c9d98b16361d49a9949505e62b9cc13 (diff) | |
util/nvmutil: guard against running twice
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil/nvmutil.h')
| -rw-r--r-- | util/nvmutil/nvmutil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/nvmutil/nvmutil.h b/util/nvmutil/nvmutil.h index d02d2d7f..ce38772c 100644 --- a/util/nvmutil/nvmutil.h +++ b/util/nvmutil/nvmutil.h @@ -389,6 +389,7 @@ void cat(unsigned long nff); void cat_buf(unsigned char *b); void check_cmd(void (*fn)(void), const char *name); +void cmd_helper_err(void); /* * After command processing, write |
