2 * Copyright 2004-2007, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
5 #ifndef __INPUT_GLOBALS_H
6 #define __INPUT_GLOBALS_H
9 #include <InterfaceDefs.h>
10 #include <SupportDefs.h>
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