2 * Acess2 Logical Volume Manager
3 * - By John Hodge (thePowersGang)
13 typedef struct sLVM_VolType tLVM_VolType;
19 int (*Read)(void *, Uint64, size_t, void *);
20 int (*Write)(void *, Uint64, size_t, const void *);
24 extern int LVM_AddVolume(const tLVM_VolType *Type, const char *Name, void *Ptr, size_t BlockSize, size_t BlockCount);