summaryrefslogtreecommitdiff
path: root/kernel/random.h
blob: c81bfc6e276cb9bb106f0150ca462264c25fe0aa (plain)
1
2
3
4
5
6
7
#include <typedefs.h>
#include <fs/vfs.h>
#include <defs.h>

void setup_random(void);
void add_random_devices(void);
void get_random(u8* buffer, u64 len);