Kernel: Add load_keymap syscall and load Finnish keymap in init
This commit is contained in:
@@ -11,3 +11,8 @@ int poweroff(int command)
|
||||
{
|
||||
return syscall(SYS_POWEROFF, command);
|
||||
}
|
||||
|
||||
int load_keymap(const char* path)
|
||||
{
|
||||
return syscall(SYS_LOAD_KEYMAP, path);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user