diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-25 18:01:38 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-25 18:01:38 +0000 |
| commit | 7d6bee562657183e2390ceb91201455a895c683e (patch) | |
| tree | ed01443618900a7fc5ecb44bc84087b2b230c6c7 /util/libreboot-utils/include/common.h | |
| parent | 32a18b39447d8f055465ee783c7543c8002cc518 (diff) | |
libreboot-utils: replace rlong() with rset()
now you can send an arbitrary number of bytes
with random numbers
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/libreboot-utils/include/common.h b/util/libreboot-utils/include/common.h index fb3aa886..98fcfc27 100644 --- a/util/libreboot-utils/include/common.h +++ b/util/libreboot-utils/include/common.h @@ -384,7 +384,7 @@ int dcat(const char *s, size_t n, */ unsigned short hextonum(char ch_s); -size_t rlong(void); +void rset(void *buf, size_t n); /* Helper functions for command: dump */ |
