d98d420107cee26e07f942ae0c78f1f12dde9e29
[tpg/acess2.git] / Tools / DiskTool / src / include / disktool_common.h
1 /*
2  * Acess2 DiskTool
3  * - By John Hodge (thePowersGang)
4  * 
5  * include/disktool_common.h
6  * - DiskTool internal API between native and kernel code
7  */
8 #ifndef _INCLUDE__DISKTOOL_COMMON_H_
9 #define _INCLUDE__DISKTOOL_COMMON_H_
10
11 extern int      DiskTool_RegisterLVM(const char *Identifier, const char *Path);
12 extern int      DiskTool_MountImage(const char *Identifier, const char *Path);
13 extern int      DiskTool_Copy(const char *Source, const char *Destination);
14 extern int      DiskTool_ListDirectory(const char *Directory);
15
16 extern size_t   DiskTool_int_TranslatePath(char *Buffer, const char *Path);
17
18 #endif
19

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