gonzui


Format: Advanced Search

tkernel_2/include/sys/sysdepend/machine_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:  *      @(#)machine_common.h (sys)
   17:  *
   18:  *      Machine type definition
   19:  */
   20: 
   21: #ifndef __SYS_MACHINE_COMMON_H__
   22: #define __SYS_MACHINE_COMMON_H__
   23: 
   24: #ifdef _STD_SH7727_
   25: #  include <sys/sysdepend/std_sh7727/machine_depend.h>
   26: #endif
   27: #ifdef _STD_SH7751R_
   28: #  include <sys/sysdepend/std_sh7751r/machine_depend.h>
   29: #endif
   30: #ifdef _MIC_M32104_
   31: #  include <sys/sysdepend/mic_m32104/machine_depend.h>
   32: #endif
   33: #ifdef _STD_S1C38K_
   34: #  include <sys/sysdepend/std_s1c38k/machine_depend.h>
   35: #endif
   36: #ifdef _STD_MC9328_
   37: #  include <sys/sysdepend/std_mc9328/machine_depend.h>
   38: #endif
   39: #ifdef _MIC_VR4131_
   40: #  include <sys/sysdepend/mic_vr4131/machine_depend.h>
   41: #endif
   42: #ifdef _STD_VR5500_
   43: #  include <sys/sysdepend/std_vr5500/machine_depend.h>
   44: #endif
   45: #ifdef _STD_MB87Q1100_
   46: #  include <sys/sysdepend/std_mb87q1100/machine_depend.h>
   47: #endif
   48: #ifdef _STD_SH7760_
   49: #  include <sys/sysdepend/std_sh7760/machine_depend.h>
   50: #endif
   51: #ifdef _TEF_EM1D_
   52: #  include <sys/sysdepend/tef_em1d/machine_depend.h>
   53: #endif
   54: 
   55: #endif /* __SYS_MACHINE_COMMON_H__ */