diff options
author | Reiko Asakura | 2021-04-18 20:54:57 -0400 |
---|---|---|
committer | Reiko Asakura | 2021-04-18 20:54:57 -0400 |
commit | e252a69f7e443cb6d3d918fcf31ef6a91a7233aa (patch) | |
tree | 658b6e8062534d915c272e2654533fa8952d033a /include/user/np.h | |
parent | Update ScePaf NIDs and headers (diff) | |
download | vds-libraries-e252a69f7e443cb6d3d918fcf31ef6a91a7233aa.tar.gz |
Add SceNpKdc functions
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 */ |