gonzui


Format: Advanced Search

mtkernel_3/include/sys/sysdef.hbare sourcepermlink (0.00 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:  *      sysdef.h
   16:  *
   17:  *      System dependencies definition.
   18:  *      Included also from assembler program.
   19:  */
   20: 
   21: #ifndef __SYS_SYSDEF_H__
   22: #define __SYS_SYSDEF_H__
   23: 
   24: /* System dependencies */
   25: #define SYSDEF_PATH_(a)         #a
   26: #define SYSDEF_PATH(a)          SYSDEF_PATH_(a)
   27: #define SYSDEF_SYSDEP()         SYSDEF_PATH(sysdepend/TARGET_DIR/sysdef.h)
   28: #include SYSDEF_SYSDEP()
   29: 
   30: #endif /* __SYS_SYSDEF_H__ */