diff options
Diffstat (limited to 'include/user/np.h')
-rw-r--r-- | include/user/np.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/user/np.h b/include/user/np.h new file mode 100644 index 0000000..5973539 --- /dev/null +++ b/include/user/np.h @@ -0,0 +1,12 @@ +/* + Vita Development Suite Libraries +*/ + +#ifndef _VDSUITE_USER_NP_H +#define _VDSUITE_USER_NP_H + +#include_next <np.h> + +#include <np/np_kdc.h> + +#endif /* _VDSUITE_USER_NP_H */ |