summaryrefslogtreecommitdiff
path: root/util/libreboot-utils/include
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-25 23:53:51 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-25 23:53:51 +0000
commit7cd588a445d70d8cc7ed0cbae36be001ee56cae1 (patch)
treeba3f127fd4e82273e291fe7765a5a2d15c5c5d8b /util/libreboot-utils/include
parent7284da14615b04fff1587ec73ad979c9fea8a13b (diff)
rmalloc
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/libreboot-utils/include')
-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 4668cffa..ebad01bf 100644
--- a/util/libreboot-utils/include/common.h
+++ b/util/libreboot-utils/include/common.h
@@ -385,6 +385,7 @@ int dcat(const char *s, size_t n,
unsigned short hextonum(char ch_s);
void *mkrbuf(size_t n);
+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);