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 *);
21 void (*Cleanup)(void *);
25 extern void *LVM_AddVolume(const tLVM_VolType *Type, const char *Name, void *Ptr, size_t BlockSize, size_t BlockCount);
26 extern void LVM_DelVolume(void *Handle);