mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-06 11:22:15 +02:00
fix comments
This commit is contained in:
parent
45ed2d648e
commit
7efff5f5e7
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @file ectx.h
|
* @file ectx.h
|
||||||
* @brief Error Context services IPC wrapper.
|
* @brief [11.0.0+] Error Context services IPC wrapper.
|
||||||
* @author SciresM
|
* @author SciresM
|
||||||
* @copyright libnx Authors
|
* @copyright libnx Authors
|
||||||
*/
|
*/
|
||||||
@ -9,7 +9,7 @@
|
|||||||
#include "../kernel/event.h"
|
#include "../kernel/event.h"
|
||||||
#include "../sf/service.h"
|
#include "../sf/service.h"
|
||||||
|
|
||||||
/// [11.0.0+] Initialize ectx:r.
|
/// Initialize ectx:r.
|
||||||
Result ectxrInitialize(void);
|
Result ectxrInitialize(void);
|
||||||
|
|
||||||
/// Exit ectx:r.
|
/// Exit ectx:r.
|
||||||
@ -19,7 +19,7 @@ void ectxrExit(void);
|
|||||||
Service* ectxrGetServiceSession(void);
|
Service* ectxrGetServiceSession(void);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief [11.0.0+] Retrieves the error context associated with an error descriptor and result.
|
* @brief Retrieves the error context associated with an error descriptor and result.
|
||||||
* @return Result code.
|
* @return Result code.
|
||||||
*/
|
*/
|
||||||
Result ectxrPullContext(s32 *out0, u32 *out_total_size, u32 *out_size, void *dst, size_t dst_size, u32 descriptor, Result result);
|
Result ectxrPullContext(s32 *out0, u32 *out_total_size, u32 *out_size, void *dst, size_t dst_size, u32 descriptor, Result result);
|
||||||
|
Loading…
Reference in New Issue
Block a user