gonzui


Format: Advanced Search

mtkernel_3/kernel/sysdepend/sys_msg.hbare sourcepermlink (0.02 seconds)

Search this content:

    1: /*
    2:  *----------------------------------------------------------------------
    3:  *    micro T-Kernel 3.00.00
    4:  *
    5:  *    Copyright (C) 2006-2019 by Ken Sakamura.
    6:  *    This software is distributed under the T-License 2.1.
    7:  *----------------------------------------------------------------------
    8:  *
    9:  *    Released by TRON Forum(http://www.tron.org) at 2019/12/11.
   10:  *
   11:  *----------------------------------------------------------------------
   12:  */
   13: 
   14: /*
   15:  *      sys_msg.h
   16:  *      Hardware-Dependent System Message
   17:  */
   18: 
   19: #ifndef _SYSDEPEND_SYSMSG_
   20: #define _SYSDEPEND_SYSMSG_
   21: 
   22: /* System dependencies */
   23: #define SYSMSG_PATH_(a) #a
   24: #define SYSMSG_PATH(a)  SYSMSG_PATH_(a)
   25: #define SYSMSG_SYSDEP() SYSMSG_PATH(TARGET_DIR/sys_msg.h)
   26: #include SYSMSG_SYSDEP()
   27: 
   28: #endif /* _SYSDEPEND_SYSMSG_ */