DiskTool - Compiling again, now with modules
[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
14 #endif
15

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