Kernel: Add a Directory object and a getter for it from an Archive object.

This commit is contained in:
Emmanuel Gil Peyrot 2014-09-12 00:48:04 +02:00
parent c14e5713f5
commit c197ce2180
3 changed files with 91 additions and 0 deletions

View file

@ -32,6 +32,7 @@ enum class HandleType : u32 {
File = 10,
Semaphore = 11,
Archive = 12,
Directory = 13,
};
enum {