Kernel: Added stubbed code to support creation of kernel Archive objects.

This commit is contained in:
bunnei 2014-06-25 18:15:35 -04:00
parent 0cc3e85685
commit 8b8c8f4c13
6 changed files with 95 additions and 0 deletions

View file

@ -29,6 +29,7 @@ enum class HandleType : u32 {
Arbiter = 9,
File = 10,
Semaphore = 11,
Archive = 12,
};
enum {