libkeymap  2.0.1
Library to manage the Linux keymaps
kernel.h
Go to the documentation of this file.
1 #ifndef LK_KERNEL_H
2 #define LK_KERNEL_H
3 
4 #include <keymap/context.h>
5 
14 int lk_kernel_keymap(struct lk_ctx *ctx, int console);
15 
23 int lk_kernel_keys(struct lk_ctx *ctx, int console);
24 
32 int lk_kernel_funcs(struct lk_ctx *ctx, int console);
33 
41 int lk_kernel_diacrs(struct lk_ctx *ctx, int console);
42 
43 #endif /* LK_KERNEL_H */
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)