mtkernel_3/include/sys/sysdepend/cpu/rza2m/machine.h | bare source | permlink (0.02 seconds) |
1: /* 2: *---------------------------------------------------------------------- 3: * micro T-Kernel 3.00.05 4: * 5: * Copyright (C) 2006-2021 by Ken Sakamura. 6: * This software is distributed under the T-License 2.2. 7: *---------------------------------------------------------------------- 8: * 9: * Released by TRON Forum(http://www.tron.org) at 2021/11. 10: * 11: *---------------------------------------------------------------------- 12: */ 13: 14: /* 15: * machine_depend.h 16: * 17: * Machine type definition (RZ/A2M depended) 18: */ 19: 20: #ifndef __SYS_SYSDEPEND_MACHINE_CPU_H__ 21: #define __SYS_SYSDEPEND_MACHINE_CPU_H__ 22: 23: /* 24: **** CPU core-depeneded profile (ARM Cortex-A9) 25: */ 26: 27: #include "../core/armv7a/machine.h" 28: 29: /* 30: **** CPU-depeneded profile (RZ/A2M) 31: */ 32: 33: 34: #endif /* __SYS_SYSDEPEND_MACHINE_CPU_H__ */