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>
20 struct ExecBase
*SysBase
;
21 extern void handler(void);
25 __startup
static AROS_PROCH(startup
, argstr
, argsize
, sysBase
)
27 #define AROS_PROCFUNC_INIT
28 #define AROS_PROCFUNC_EXIT
29 #define sysBase (*(struct ExecBase **)4L)
37 D(bug("[NTFS]: %s()\n", __PRETTY_FUNCTION__
));
39 D(bug("[NTFS] %s: handler starting..\n", __PRETTY_FUNCTION__
));