add sdcard to raspi BE kernel
[AROS.git] / workbench / fs / ntfs / support.h
blob9c787f1c63979ee6afee07fd9c309a9574dcb192
1 /*
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.
9 * $Id $
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);
23 //#define log2 ilog2
25 #endif