missed file
authorJohn Hodge <[email protected]>
Thu, 1 Mar 2012 12:00:48 +0000 (20:00 +0800)
committerJohn Hodge <[email protected]>
Thu, 1 Mar 2012 12:00:48 +0000 (20:00 +0800)
KernelLand/Modules/Storage/LVM/include/lvm.h [new file with mode: 0644]

diff --git a/KernelLand/Modules/Storage/LVM/include/lvm.h b/KernelLand/Modules/Storage/LVM/include/lvm.h
new file mode 100644 (file)
index 0000000..3115b61
--- /dev/null
@@ -0,0 +1,19 @@
+/*
+ * Acess2 Logical Volume Manager
+ * - By John Hodge (thePowersGang)
+ *
+ * lvm.h
+ * - LVM Exports
+ */
+#ifndef _LVM__LVM_H_
+#define _LVM__LVM_H_
+
+#include <acess.h>
+
+typedef int (*tLVM_ReadFcn)(void *, Uint64, size_t, void *);
+typedef int (*tLVM_WriteFcn)(void *, Uint64, size_t, const void *);
+
+extern int     LVM_AddVolume(const char *Name, void *Ptr, tLVM_ReadFcn Read, tLVM_WriteFcn Write);
+
+#endif
+

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