2 * ntfs.handler - New Technology FileSystem handler
4 * Copyright © 2012 The AROS Development Team
6 * This program is free software; you can redistribute it and/or modify it
7 * under the same terms as AROS itself.
12 #include <exec/execbase.h>
21 struct ExecBase
*SysBase
;
24 extern void handler(void);
28 SysBase
= *(struct ExecBase
**)4L;
30 D(bug("[NTFS]: %s()\n", __PRETTY_FUNCTION__
));
32 D(bug("[NTFS] %s: handler starting..\n", __PRETTY_FUNCTION__
));