Files
my-os-project2/kernel/syscall/randcrypto.h
2025-10-11 21:54:06 +02:00

9 lines
144 B
C

#ifndef SYSCALL_RANDCRYPTO_H_
#define SYSCALL_RANDCRYPTO_H_
#include "syscall.h"
int32_t SYSCALL0(sys_rand);
#endif // SYSCALL_RANDCRYPTO_H_