mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 21:24:11 -04:00
htc: add RpcTaskQueue/RpcTaskIdFreeList
This commit is contained in:
parent
82757cd1b4
commit
1867c31f63
7 changed files with 214 additions and 16 deletions
|
@ -23,6 +23,11 @@ namespace ams::htc {
|
|||
R_DEFINE_ERROR_RESULT(ConnectionFailure, 1);
|
||||
R_DEFINE_ERROR_RESULT(NotFound, 2);
|
||||
R_DEFINE_ERROR_RESULT(NotEnoughBuffer, 3);
|
||||
|
||||
R_DEFINE_ERROR_RESULT(Cancelled, 101);
|
||||
|
||||
R_DEFINE_ERROR_RESULT(Unknown, 1023);
|
||||
|
||||
R_DEFINE_ERROR_RESULT(OutOfRpcTask, 2102);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue