1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 05:37:44 +00:00

Kernel: Rename Keyboard to KeyboardDevice.

This commit is contained in:
Andreas Kling 2019-02-17 08:39:09 +01:00
parent 2dc0ef8813
commit 10b43f3d1d
6 changed files with 24 additions and 24 deletions

View file

@ -6,7 +6,7 @@ KERNEL_OBJS = \
i386.o \
Process.o \
i8253.o \
Keyboard.o \
KeyboardDevice.o \
CMOS.o \
PIC.o \
Syscall.o \