gonzui


Format: Advanced Search

tkernel_2/include/sys/sysdepend/rominfo_common.hbare sourcepermlink (0.02 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:  *      @(#)rominfo_common.h (sys)
   17:  *
   18:  *      ROM information
   19:  */
   20: 
   21: #ifndef __SYS_ROMINFO_COMMON_H__
   22: #define __SYS_ROMINFO_COMMON_H__
   23: 
   24: #if STD_SH7727
   25: #  include <sys/sysdepend/std_sh7727/rominfo_depend.h>
   26: #endif
   27: #if STD_SH7751R
   28: #  include <sys/sysdepend/std_sh7751r/rominfo_depend.h>
   29: #endif
   30: #if MIC_M32104
   31: #  include <sys/sysdepend/mic_m32104/rominfo_depend.h>
   32: #endif
   33: #if STD_S1C38K
   34: #  include <sys/sysdepend/std_s1c38k/rominfo_depend.h>
   35: #endif
   36: #if STD_MC9328
   37: #  include <sys/sysdepend/std_mc9328/rominfo_depend.h>
   38: #endif
   39: #if MIC_VR4131
   40: #  include <sys/sysdepend/mic_vr4131/rominfo_depend.h>
   41: #endif
   42: #if STD_VR5500
   43: #  include <sys/sysdepend/std_vr5500/rominfo_depend.h>
   44: #endif
   45: #if STD_MB87Q1100
   46: #  include <sys/sysdepend/std_mb87q1100/rominfo_depend.h>
   47: #endif
   48: #if STD_SH7760
   49: #  include <sys/sysdepend/std_sh7760/rominfo_depend.h>
   50: #endif
   51: #if TEF_EM1D
   52: #  include <sys/sysdepend/tef_em1d/rominfo_depend.h>
   53: #endif
   54: 
   55: #endif /* __SYS_ROMINFO_COMMON_H__ */