libkeymap  2.0.4
Library to manage the Linux keymaps
src/libkeymap/keymap/kernel.h
Go to the documentation of this file.
00001 
00005 #ifndef LK_KERNEL_H
00006 #define LK_KERNEL_H
00007 
00008 #include <keymap/context.h>
00009 
00018 int lk_kernel_keymap(struct lk_ctx *ctx, int console);
00019 
00027 int lk_kernel_keys(struct lk_ctx *ctx, int console);
00028 
00036 int lk_kernel_funcs(struct lk_ctx *ctx, int console);
00037 
00045 int lk_kernel_diacrs(struct lk_ctx *ctx, int console);
00046 
00047 #endif /* LK_KERNEL_H */