Support USB keyboard auto-repeat.
[seabios.git] / src / mouse.c
index 888d32debf57ad7f1bf594bb39ae3df7bae494fa..3004d7864aef5da7e016c3142e7a9a29764096dc 100644 (file)
@@ -269,7 +269,7 @@ handle_15c2(struct bregs *regs)
     }
 }
 
-void
+void noinline
 process_mouse(u8 data)
 {
     if (!CONFIG_MOUSE)