Big code refactor, get rid of HAL entirely
This commit is contained in:
8
kernel/randcrypto/physrand.h
Normal file
8
kernel/randcrypto/physrand.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef RANDCRYPTO_PHYSDRAND_H_
|
||||
#define RANDCRYPTO_PHYSDRAND_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
int32_t randcrypto_get_physrand(void);
|
||||
|
||||
#endif // RANDCRYPTO_PHYSDRAND_H_
|
||||
Reference in New Issue
Block a user