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

void setup_random(void);
void add_random_devices(void);
void get_random(uint8_t* buffer, uint64_t len);