diff options
Diffstat (limited to 'random.h')
-rw-r--r-- | random.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/random.h b/random.h deleted file mode 100644 index 437927f..0000000 --- a/random.h +++ /dev/null @@ -1,7 +0,0 @@ -#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); |