include/unix/applicfg.h
changeset 749 5cbb8e9ad67c
parent 454 bc000083297a
child 807 46027bb24429
equal deleted inserted replaced
747:4725d8f909ff 749:5cbb8e9ad67c
    76 
    76 
    77 /* Definition of error and warning macros */
    77 /* Definition of error and warning macros */
    78 /* -------------------------------------- */
    78 /* -------------------------------------- */
    79 #ifdef __KERNEL__
    79 #ifdef __KERNEL__
    80 #	define MSG(...) printk (__VA_ARGS__)
    80 #	define MSG(...) printk (__VA_ARGS__)
    81 #elif defined USE_RTAI
    81 //#elif defined USE_RTAI
    82 #	define MSG(...) /*rt_printk (__VA_ARGS__)*/
    82 //#	define MSG(...) rt_printk (__VA_ARGS__)
    83 #elif defined USE_XENO
    83 #elif defined USE_XENO
    84 #	define MSG(...)
    84 #	define MSG(...)
    85 #else
    85 #else
    86 #	include <stdio.h>
    86 #	include <stdio.h>
    87 #	define MSG(...) printf (__VA_ARGS__)
    87 #	define MSG(...) printf (__VA_ARGS__)