Renamed tpl_drv_* to api_drv_* (a more fitting name)
[tpg/acess2.git] / Modules / Input / PS2KbMouse / ps2mouse.c
index f67c8b1..cb26efe 100644 (file)
@@ -6,8 +6,8 @@
 #include <modules.h>\r
 #include <vfs.h>\r
 #include <fs_devfs.h>\r
-#include <tpl_drv_common.h>\r
-#include <tpl_drv_joystick.h>\r
+#include <api_drv_common.h>\r
+#include <api_drv_joystick.h>\r
 \r
 static inline int MIN(int a, int b) { return (a < b) ? a : b; }\r
 static inline int MAX(int a, int b) { return (a > b) ? a : b; }\r

UCC git Repository :: git.ucc.asn.au