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

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