This library gets linked in by default in userland, and the common files are included in the kernel.
8 lines
120 B
C
8 lines
120 B
C
#ifndef _SECURE_H_
|
|
#define _SECURE_H_
|
|
|
|
// Just include the kernel verison
|
|
#include <kern/secure.h>
|
|
|
|
#endif //_SECURE_H_
|