Add rand() syscall
This commit is contained in:
8
kernel/syscall/randcrypto.h
Normal file
8
kernel/syscall/randcrypto.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef SYSCALL_RANDCRYPTO_H_
|
||||
#define SYSCALL_RANDCRYPTO_H_
|
||||
|
||||
#include "syscall.h"
|
||||
|
||||
int32_t SYSCALL0(sys_rand);
|
||||
|
||||
#endif // SYSCALL_RANDCRYPTO_H_
|
||||
Reference in New Issue
Block a user