* @brief Returns the code to ask the kernel to fill the handle with the current process ID. * @return The code to request the current process ID. * * The next value is a placeholder that will be replaced by the current process ID by the kernel. */
| 66 | * The next value is a placeholder that will be replaced by the current process ID by the kernel. |
| 67 | */ |
| 68 | static inline u32 IPC_Desc_CurProcessId(void) |
| 69 | { |
| 70 | return 0x20; |
| 71 | } |
| 72 | |
| 73 | static inline CTR_DEPRECATED u32 IPC_Desc_CurProcessHandle(void) |
| 74 | { |
no outgoing calls
no test coverage detected