Kernel: Added stubbed code to support creation of kernel Archive objects.
This commit is contained in:
parent
0cc3e85685
commit
8b8c8f4c13
6 changed files with 95 additions and 0 deletions
|
@ -29,6 +29,7 @@ enum class HandleType : u32 {
|
|||
Arbiter = 9,
|
||||
File = 10,
|
||||
Semaphore = 11,
|
||||
Archive = 12,
|
||||
};
|
||||
|
||||
enum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue