Kernel/SVC: Implemented svcCreatePort.

This commit is contained in:
Subv 2016-05-22 12:30:13 -05:00
parent 3d9fbffbab
commit 7b445ddff0
6 changed files with 41 additions and 3 deletions

View file

@ -35,7 +35,7 @@ enum KernelHandle : Handle {
enum class HandleType : u32 {
Unknown = 0,
ServerPort = 1,
Session = 2,
Event = 3,
Mutex = 4,
@ -49,6 +49,7 @@ enum class HandleType : u32 {
ResourceLimit = 12,
CodeSet = 13,
ClientPort = 14,
ServerPort = 15,
};
enum {