Implement page fault for lazy loading executables, w/ G
This commit is contained in:
10
tests/devices/src/lib/random.h
Normal file
10
tests/devices/src/lib/random.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef __LIB_RANDOM_H
|
||||
#define __LIB_RANDOM_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
void random_init (unsigned seed);
|
||||
void random_bytes (void *, size_t);
|
||||
unsigned long random_ulong (void);
|
||||
|
||||
#endif /* lib/random.h */
|
||||
Reference in New Issue
Block a user