driver/ps2: remove irq_ from names

This commit is contained in:
2021-11-04 22:31:28 +08:00
parent 98f92a9958
commit 4fd4f46f01
4 changed files with 86 additions and 86 deletions
driver/irq/pic/ps2
kernel

@ -53,7 +53,7 @@ SYSV_ABI void kMain() {
irq_pic_Init();
io_WriteConsoleASCII("PIC IRQ OK\n");
irq_pic_ps2_Init();
pic_ps2_Init();
io_WriteConsoleASCII("PIC PS/2 OK\n");
xcursor_Xcursor cursor;