summaryrefslogtreecommitdiff
path: root/kernel/random.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/random.h')
-rw-r--r--kernel/random.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/random.h b/kernel/random.h
index 437927f..c81bfc6 100644
--- a/kernel/random.h
+++ b/kernel/random.h
@@ -1,7 +1,7 @@
-#include <stdint.h>
+#include <typedefs.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);
+void get_random(u8* buffer, u64 len);