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 7 8 9 #include <InterfaceDefs.h> 10 #include <SupportDefs.h> 11 12 class BMessage; 13 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); 17 18 #endif // __INPUT_GLOBALS_H 19