Modules/{ATA,LVM} - Slight API change because SCSI devices don't have a fixed block...
[tpg/acess2.git] / KernelLand / Modules / Storage / LVM / include / lvm.h
index 3a9ef1b..5576e8e 100644 (file)
@@ -16,14 +16,12 @@ struct sLVM_VolType
 {
        const char *Name;
 
-       size_t  BlockSize;
-       
        int     (*Read)(void *, Uint64, size_t, void *);
        int     (*Write)(void *, Uint64, size_t, const void *);
 };
 
 
-extern int     LVM_AddVolume(const tLVM_VolType *Type, const char *Name, void *Ptr, size_t BlockCount);
+extern int     LVM_AddVolume(const tLVM_VolType *Type, const char *Name, void *Ptr, size_t BlockSize, size_t BlockCount);
 
 #endif
 

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