mtkernel_3/include/tk/sysdepend/iote_m367/cpudef.h | bare source | permlink (0.00 seconds) |
1: /* 2: *---------------------------------------------------------------------- 3: * micro T-Kernel 3.00.03 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/03/31. 10: * 11: *---------------------------------------------------------------------- 12: */ 13: 14: /* 15: * cpudef.h 16: * 17: * CPU dependent definition (M367 IoT-Engine depended) 18: * include in syscall.h 19: */ 20: 21: #ifndef __TK_CPUDEF_H__ 22: #define __TK_CPUDEF_H__ 23: 24: #include "../cpu/core/armv7m/cpudef.h" 25: 26: #endif /* __TK_CPUDEF_H__ */