From 5391e1eaa5494dd16de6e2680f9c942025b85e36 Mon Sep 17 00:00:00 2001 From: Reiko Asakura Date: Fri, 26 Mar 2021 18:20:11 -0400 Subject: Add NIDs to SceNpCommonPs4 Every name is from the PS4 SceNpCommon except for sceNpGetSystemClockLowUsec. --- include/user/np/np_common_ps4.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 include/user/np/np_common_ps4.h (limited to 'include/user/np/np_common_ps4.h') diff --git a/include/user/np/np_common_ps4.h b/include/user/np/np_common_ps4.h new file mode 100644 index 0000000..0265bf4 --- /dev/null +++ b/include/user/np/np_common_ps4.h @@ -0,0 +1,26 @@ +/* + Vita Development Suite Libraries +*/ + +#ifndef _VDSUITE_USER_NP_NP_COMMON_PS4_H +#define _VDSUITE_USER_NP_NP_COMMON_PS4_H + +#include + +#if defined(_LANGUAGE_C_PLUS_PLUS)||defined(__cplusplus)||defined(c_plusplus) +extern "C" { +#endif /* defined(_LANGUAGE_C_PLUS_PLUS)||defined(__cplusplus)||defined(c_plusplus) */ + +SceInt32 sceNpGetSystemClockUsec(SceUInt64 *pClock); + +SceInt32 sceNpGetSystemClockLowUsec(SceUInt32 *pClock); + +SceInt32 sceNpDbgDumpText(const char *pText, SceSize size); + +SceInt32 sceNpDbgDumpBinary(const void *pBinary, SceSize size); + +#if defined(_LANGUAGE_C_PLUS_PLUS)||defined(__cplusplus)||defined(c_plusplus) +} +#endif /* defined(_LANGUAGE_C_PLUS_PLUS)||defined(__cplusplus)||defined(c_plusplus) */ + +#endif /* _VDSUITE_USER_NP_NP_COMMON_PS4_H */ -- cgit v1.2.3