vfs: check userland buffers before reading them.
[haiku.git] / src / tools / fs_shell / module.h
blob83ad1465122b19eb92cea0d74b1718cbeb2d5fae
1 /*
2 * Copyright 2007, Ingo Weinhold, bonefish@cs.tu-berlin.de.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _FSSH_MODULE_PRIVATE_H
6 #define _FSSH_MODULE_PRIVATE_H
8 #include "fssh_defs.h"
10 struct fssh_module_info;
12 namespace FSShell {
14 struct kernel_args;
16 fssh_status_t module_init(kernel_args *args);
17 void register_builtin_module(struct fssh_module_info *info);
20 } // namespace FSShell
22 #endif // _FSSH_MODULE_PRIVATE_H