include/unix/applicfg.h
changeset 145 e747d2e26af0
parent 71 95cd3376cc9f
child 195 1510dd61ead0
equal deleted inserted replaced
144:3ebf16150b2e 145:e747d2e26af0
    23 #ifndef __APPLICFG_LINUX__
    23 #ifndef __APPLICFG_LINUX__
    24 #define __APPLICFG_LINUX__
    24 #define __APPLICFG_LINUX__
    25 
    25 
    26 #include <string.h>
    26 #include <string.h>
    27 #include <stdio.h>
    27 #include <stdio.h>
    28 
       
    29 #include "cancfg.h"
       
    30 #include "timerscfg.h"
       
    31 
    28 
    32 /*  Define the architecture : little_endian or big_endian
    29 /*  Define the architecture : little_endian or big_endian
    33  -----------------------------------------------------
    30  -----------------------------------------------------
    34  Test :
    31  Test :
    35  UNS32 v = 0x1234ABCD;
    32  UNS32 v = 0x1234ABCD;
    94           printf("%s,%d : 0X%x %s 0X%x \n",__FILE__, __LINE__,num, str, val);*/
    91           printf("%s,%d : 0X%x %s 0X%x \n",__FILE__, __LINE__,num, str, val);*/
    95 #else
    92 #else
    96 #    define MSG_WAR(num, str, val)
    93 #    define MSG_WAR(num, str, val)
    97 #endif
    94 #endif
    98 
    95 
       
    96 typedef void* CAN_HANDLE;
       
    97 
       
    98 typedef void* CAN_PORT;
       
    99 
    99 #endif
   100 #endif