f609255817a7973d5eee1e52446fcd26cd4f3076
[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_MountImage(const char *Identifier, const char *Path);
12 extern int      DiskTool_Copy(const char *Source, const char *Destination);
13 extern int      DiskTool_ListDirectory(const char *Directory);
14
15 extern size_t   DiskTool_int_TranslatePath(char *Buffer, const char *Path);
16
17 #endif
18

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