Kernel: Added preliminary support for address arbiters.
AddressArbiter: Added documentation comment, fixed whitespace issue. AddressArbiter: Fixed incorrect comment, reordered if-statement to be more clear. SVC: Removed trailing whitespace.
This commit is contained in:
parent
ba840d3200
commit
3eb89f3e98
7 changed files with 144 additions and 9 deletions
|
@ -26,7 +26,7 @@ enum class HandleType : u32 {
|
|||
Redirection = 6,
|
||||
Thread = 7,
|
||||
Process = 8,
|
||||
Arbiter = 9,
|
||||
AddressArbiter = 9,
|
||||
File = 10,
|
||||
Semaphore = 11,
|
||||
Archive = 12,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue