summaryrefslogtreecommitdiff
path: root/include/user/np.h
diff options
context:
space:
mode:
authorReiko Asakura2021-04-18 20:54:57 -0400
committerReiko Asakura2021-04-18 20:54:57 -0400
commite252a69f7e443cb6d3d918fcf31ef6a91a7233aa (patch)
tree658b6e8062534d915c272e2654533fa8952d033a /include/user/np.h
parentUpdate ScePaf NIDs and headers (diff)
downloadvds-libraries-e252a69f7e443cb6d3d918fcf31ef6a91a7233aa.tar.gz
Add SceNpKdc functions
Diffstat (limited to 'include/user/np.h')
-rw-r--r--include/user/np.h12
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 */