summaryrefslogtreecommitdiff
path: root/util/nvmutil/nvmutil.h
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-17 17:29:07 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-17 17:29:07 +0000
commit0db9cc321f11cb231ba609e53bcc790d3171e1d4 (patch)
tree0a31ddaf253e365687119f73dedd34f8ac7af9f9 /util/nvmutil/nvmutil.h
parent6e63106dae202471d66c5274979b3caf1cd09096 (diff)
util/nvmutil: split up copy_gbe
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil/nvmutil.h')
-rw-r--r--util/nvmutil/nvmutil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/nvmutil/nvmutil.h b/util/nvmutil/nvmutil.h
index b90a2e91..20e66dd9 100644
--- a/util/nvmutil/nvmutil.h
+++ b/util/nvmutil/nvmutil.h
@@ -321,6 +321,7 @@ void xopen(int *fd, const char *path, int flags, struct stat *st);
* After this, we can run commands.
*/
void copy_gbe(void);
+void read_file(void);
void read_checksums(void);
int good_checksum(unsigned long partnum);