AcessNative - Allowed the kernel executable to also start the user app
[tpg/acess2.git] / AcessNative / acesskernel_src / keyboard.c
index 7689483..329e003 100644 (file)
@@ -6,8 +6,7 @@
 #include <acess.h>
 #include <modules.h>
 #include <fs_devfs.h>
-#include <tpl_drv_common.h>
-#include <tpl_drv_keyboard.h>
+#include <api_drv_keyboard.h>
 #include "ui.h"
 
 // === PROTOTYPES ===
@@ -35,7 +34,7 @@ int NativeKeyboard_Install(char **Arguments)
        return MODULE_ERR_OK;
 }
 
-static const char * const csaIOCTL_NAMES[] = {
+static const char * csaIOCTL_NAMES[] = {
        DRV_IOCTLNAMES,
        DRV_KEYBAORD_IOCTLNAMES,
        NULL

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