vfs: check userland buffers before reading them.
[haiku.git] / headers / private / interface / input_globals.h
blobbc4f1b55d7d2b81f6d905e28abe4f7f5d4a9b88e
1 /*
2 * Copyright 2004-2007, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef __INPUT_GLOBALS_H
6 #define __INPUT_GLOBALS_H
9 #include <InterfaceDefs.h>
10 #include <SupportDefs.h>
12 class BMessage;
14 status_t _control_input_server_(BMessage *command, BMessage *reply);
15 status_t _restore_key_map_();
16 void _get_key_map(key_map **map, char **key_buffer, ssize_t *key_buffer_size);
18 #endif // __INPUT_GLOBALS_H