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 #ifndef NTFS_HANDLER_SUPPORT_H
13 #define NTFS_HANDLER_SUPPORT_H
15 #include <exec/types.h>
16 #include <dos/dosextens.h>
18 void SendEvent(LONG event
);
19 void ErrorMessage(CONST_STRPTR fmt
, ...);
20 APTR
_AllocVecPooled(APTR mem_pool
, ULONG size
);
21 void _FreeVecPooled(APTR mem_pool
, APTR vecaddr
);