bd30b01dad76c67c48f5084c33f90df9e0fa9d22
[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 void     DiskTool_Cleanup(void);
12
13 extern int      DiskTool_RegisterLVM(const char *Identifier, const char *Path);
14 extern int      DiskTool_MountImage(const char *Identifier, const char *Path);
15 extern int      DiskTool_Copy(const char *Source, const char *Destination);
16 extern int      DiskTool_ListDirectory(const char *Directory);
17
18 extern size_t   DiskTool_int_TranslatePath(char *Buffer, const char *Path);
19
20 #endif
21

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