further cleanup

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-26 11:41:37 +00:00
parent 10ecf32e33
commit d1ba9bae03
3 changed files with 32 additions and 68 deletions
+1 -2
View File
@@ -391,8 +391,7 @@ 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(void);
size_t rsize(void);
size_t rsize(size_t n);
/* Helper functions for command: dump
*/