summaryrefslogtreecommitdiff
path: root/util/libreboot-utils/include/common.h
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-26 09:32:11 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-26 10:52:11 +0000
commit10ecf32e33ca6a099dd9fe206e070584eb62b629 (patch)
tree1e6f9374bcef7933afcfa6bdaa0af80f6f93ce09 /util/libreboot-utils/include/common.h
parent8e8f7bced44c5f61e390e81d8a84a93099358453 (diff)
libreboot-utils: improved randomness test
and the module bias handling is fully correct Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/libreboot-utils/include/common.h')
-rw-r--r--util/libreboot-utils/include/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/libreboot-utils/include/common.h b/util/libreboot-utils/include/common.h
index 0c8fbd3d..71f28fad 100644
--- a/util/libreboot-utils/include/common.h
+++ b/util/libreboot-utils/include/common.h
@@ -391,7 +391,8 @@ void *rmalloc(size_t *size); /* don't ever use this */
void rset(void *buf, size_t n);
void *mkrbuf(size_t n);
char *mkrstr(size_t n);
-int win_lottery(char **buf);
+int win_lottery(void);
+size_t rsize(void);
/* Helper functions for command: dump
*/