summaryrefslogtreecommitdiff
path: root/util/libreboot-utils/include/common.h
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-25 22:20:19 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-26 06:59:42 +0000
commite0319f0116629f946fe286c5969f4a8a0dcfb7cb (patch)
tree014a30724621d09398424ee7cda4f13d875bc9bc /util/libreboot-utils/include/common.h
parentdc7a02da2dd65fd7d9d4785bda9bf5467fc660c0 (diff)
util/libreboot-utils: randomisation test
to test the effectiveness of the rand function 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libreboot-utils/include/common.h b/util/libreboot-utils/include/common.h
index 6d6d8d09..4668cffa 100644
--- a/util/libreboot-utils/include/common.h
+++ b/util/libreboot-utils/include/common.h
@@ -388,6 +388,7 @@ void *mkrbuf(size_t n);
void rset(void *buf, size_t n);
void *mkrbuf(size_t n);
char *mkrstr(size_t n);
+int win_lottery(void);
/* Helper functions for command: dump
*/