libkeymap  2.0.4
Library to manage the Linux keymaps
kernel.h
Go to the documentation of this file.
1 
5 #ifndef LK_KERNEL_H
6 #define LK_KERNEL_H
7 
8 #include <keymap/context.h>
9 
18 int lk_kernel_keymap(struct lk_ctx *ctx, int console);
19 
27 int lk_kernel_keys(struct lk_ctx *ctx, int console);
28 
36 int lk_kernel_funcs(struct lk_ctx *ctx, int console);
37 
45 int lk_kernel_diacrs(struct lk_ctx *ctx, int console);
46 
47 #endif /* LK_KERNEL_H */
Header contains flags, keywords and context structure.
int lk_kernel_funcs(struct lk_ctx *ctx, int console)
int lk_kernel_keymap(struct lk_ctx *ctx, int console)
int lk_kernel_diacrs(struct lk_ctx *ctx, int console)
int lk_kernel_keys(struct lk_ctx *ctx, int console)