diff -r 3ebf16150b2e -r e747d2e26af0 include/unix/applicfg.h --- a/include/unix/applicfg.h Tue Apr 03 20:20:27 2007 +0200 +++ b/include/unix/applicfg.h Wed Apr 04 13:04:31 2007 +0200 @@ -26,9 +26,6 @@ #include #include -#include "cancfg.h" -#include "timerscfg.h" - /* Define the architecture : little_endian or big_endian ----------------------------------------------------- Test : @@ -96,4 +93,8 @@ # define MSG_WAR(num, str, val) #endif +typedef void* CAN_HANDLE; + +typedef void* CAN_PORT; + #endif