2 * Acess2 Logical Volume Manager
3 * - By John Hodge (thePowersGang)
6 * - Internal definitions
8 #ifndef _LVM_LVM_INT_H_
9 #define _LVM_LVM_INT_H_
11 #include "include/lvm.h"
15 typedef struct sLVM_SubVolume tLVM_SubVolume;
31 const tLVM_VolType *Type;
37 tLVM_SubVolume **SubVolumes;
48 // Note: Only for a simple volume
55 extern tVFS_NodeType gLVM_SubVolNodeType;
56 extern tVFS_NodeType gLVM_VolNodeType;
58 extern tLVM_Vol *gpLVM_FirstVolume;
59 extern tLVM_Vol *gpLVM_LastVolume;