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:
6
userland/include/test161/test161.h
Normal file
6
userland/include/test161/test161.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef _TEST161_H_
|
||||
#define _TEST161_H_
|
||||
|
||||
#include <kern/test161.h>
|
||||
|
||||
#endif // _TEST161_H
|
Reference in New Issue
Block a user