util/nvmutil: split up copy_gbe

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-17 17:29:07 +00:00
parent 60a6d3861c
commit 4688dee7cb
2 changed files with 26 additions and 17 deletions
+1
View File
@@ -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);