L4Re Operating System Framework
Interface and Usage Documentation
•All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
keymap.h
Go to the documentation of this file.
1
5/*
6 * (c) 2009 Adam Lackorzynski <adam@os.inf.tu-dresden.de>
7 * economic rights: Technische Universität Dresden (Germany)
8 * License: see LICENSE.spdx (in this directory or the directories above)
9 */
10#ifndef __L4UTIL__KEYMAP_H__
11#define __L4UTIL__KEYMAP_H__
12
13#include <l4/sys/compiler.h>
14
16
17int l4util_map_event_to_keymap(unsigned value, unsigned shift);
18
20
21
22#endif /* __L4UTIL__KEYMAP_H__ */
L4 compiler related defines.
#define __END_DECLS
End section with C types and functions.
Definition compiler.h:167
#define __BEGIN_DECLS
Start section with C types and functions.
Definition compiler.h:164