gonzui


Format: Advanced Search

tkernel_2/include/tk/sysdepend/sysdef_common.hbare sourcepermlink (0.00 seconds)

Search this content:

    1: /*
    2:  *----------------------------------------------------------------------
    3:  *    T-Kernel 2.0 Software Package
    4:  *
    5:  *    Copyright 2011 by Ken Sakamura.
    6:  *    This software is distributed under the latest version of T-License 2.x.
    7:  *----------------------------------------------------------------------
    8:  *
    9:  *    Released by T-Engine Forum(http://www.t-engine.org/) at 2011/05/17.
   10:  *    Modified by TRON Forum(http://www.tron.org/) at 2015/06/01.
   11:  *
   12:  *----------------------------------------------------------------------
   13:  */
   14: 
   15: /*
   16:  *      @(#)sysdef_common.h (tk)
   17:  *
   18:  *      System dependencies definition.
   19:  *      Included also from assembler program.
   20:  */
   21: 
   22: #ifndef __TK_SYSDEF_COMMON_H__
   23: #define __TK_SYSDEF_COMMON_H__
   24: 
   25: #if STD_SH7727
   26: #  include <tk/sysdepend/std_sh7727/sysdef_depend.h>
   27: #endif
   28: #if STD_SH7751R
   29: #  include <tk/sysdepend/std_sh7751r/sysdef_depend.h>
   30: #endif
   31: #if MIC_M32104
   32: #  include <tk/sysdepend/mic_m32104/sysdef_depend.h>
   33: #endif
   34: #if STD_S1C38K
   35: #  include <tk/sysdepend/std_s1c38k/sysdef_depend.h>
   36: #endif
   37: #if STD_MC9328
   38: #  include <tk/sysdepend/std_mc9328/sysdef_depend.h>
   39: #endif
   40: #if MIC_VR4131
   41: #  include <tk/sysdepend/mic_vr4131/sysdef_depend.h>
   42: #endif
   43: #if STD_VR5500
   44: #  include <tk/sysdepend/std_vr5500/sysdef_depend.h>
   45: #endif
   46: #if STD_MB87Q1100
   47: #  include <tk/sysdepend/std_mb87q1100/sysdef_depend.h>
   48: #endif
   49: #if STD_SH7760
   50: #  include <tk/sysdepend/std_sh7760/sysdef_depend.h>
   51: #endif
   52: #if TEF_EM1D
   53: #  include <tk/sysdepend/tef_em1d/sysdef_depend.h>
   54: #endif
   55: 
   56: #endif /* __TK_SYSDEF_COMMON_H__ */