mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
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>
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user