SVC: Implemented the Timer service calls.
This commit is contained in:
parent
3eca33c6a4
commit
07044651ef
8 changed files with 234 additions and 5 deletions
|
@ -39,6 +39,7 @@ enum class HandleType : u32 {
|
|||
Process = 8,
|
||||
AddressArbiter = 9,
|
||||
Semaphore = 10,
|
||||
Timer = 11
|
||||
};
|
||||
|
||||
enum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue