Kernel - Added return value to module cleanup, fixed LVM bugs
[tpg/acess2.git] / KernelLand / Modules / Storage / LVM / include / lvm.h
index 5576e8e..c106f77 100644 (file)
@@ -16,8 +16,9 @@ struct sLVM_VolType
 {
        const char *Name;
 
-       int     (*Read)(void *, Uint64, size_t, void *);
-       int     (*Write)(void *, Uint64, size_t, const void *);
+        int    (*Read)(void *, Uint64, size_t, void *);
+        int    (*Write)(void *, Uint64, size_t, const void *);
+       void    (*Cleanup)(void *);
 };
 
 

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