Kernel: Add a Directory object and a getter for it from an Archive object.
This commit is contained in:
parent
c14e5713f5
commit
c197ce2180
3 changed files with 91 additions and 0 deletions
|
@ -32,6 +32,7 @@ enum class HandleType : u32 {
|
|||
File = 10,
|
||||
Semaphore = 11,
|
||||
Archive = 12,
|
||||
Directory = 13,
|
||||
};
|
||||
|
||||
enum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue