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
12class BMessage;
13
14status_t _control_input_server_(BMessage *command, BMessage *reply);
15status_t _restore_key_map_();
16void _get_key_map(key_map **map, char **key_buffer, ssize_t *key_buffer_size);
17
18#endif // __INPUT_GLOBALS_H
19