libc: move fill_random to kernel/util

This commit is contained in:
2026-02-08 12:06:50 +00:00
parent 720ed75770
commit 34f614b881
3 changed files with 38 additions and 1 deletions

View File

@@ -53,6 +53,8 @@ extern uint64_t host_to_little_u64(uint64_t v);
extern uint64_t big_to_host_u64(uint64_t v);
extern uint64_t little_to_host_u64(uint64_t v);
extern bool fill_random(void *buffer, unsigned int size);
#ifdef __cplusplus
}
#endif