Merge branch 'master' of git://cadel.mutabah.net/acess2
[tpg/acess2.git] / KernelLand / Modules / Filesystems / InitRD / initrd.h
1 /*
2  */
3 #ifndef _INITRD_H_
4 #define _INITRD_H_
5
6 #include <acess.h>
7 #include <vfs.h>
8
9 typedef struct sInitRD_File
10 {
11         char    *Name;
12         tVFS_Node       *Node;
13 }       tInitRD_File;
14
15
16 // === Globals ===
17 tVFS_NodeType   gInitRD_DirType;
18 tVFS_NodeType   gInitRD_FileType;
19
20 #endif

UCC git Repository :: git.ucc.asn.au