Refactored ksecprintf -> secprintf. Secure code is now all in common libtest161.
This library gets linked in by default in userland, and the common files are included in the kernel.
This commit is contained in:
7
userland/include/test161/secure.h
Normal file
7
userland/include/test161/secure.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef _SECURE_H_
|
||||
#define _SECURE_H_
|
||||
|
||||
// Just include the kernel verison
|
||||
#include <kern/secure.h>
|
||||
|
||||
#endif //_SECURE_H_
|
Reference in New Issue
Block a user