include/unix/applicfg.h
changeset 807 46027bb24429
parent 749 5cbb8e9ad67c
equal deleted inserted replaced
806:b9f1fcda7d30 807:46027bb24429
    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
       
    82 //#	define MSG(...) rt_printk (__VA_ARGS__)
       
    83 #elif defined USE_XENO
       
    84 #	define MSG(...)
       
    85 #else
    81 #else
    86 #	include <stdio.h>
    82 #	include <stdio.h>
    87 #	define MSG(...) printf (__VA_ARGS__)
    83 #	define MSG(...) printf (__VA_ARGS__)
    88 #endif
    84 #endif
    89 
    85