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-26 06:59:42 +0000
commitb84c929e64f2398e02dc4ae9575d7b616fb18528 (patch)
tree06fd82760d3c65c93730efb0f95c190c753a2c9e /util/libreboot-utils/include
parente0319f0116629f946fe286c5969f4a8a0dcfb7cb (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);