mtkernel_3/kernel/sysdepend/cpu_task.h | bare source | permlink (0.00 seconds) |
1: /* 2: *---------------------------------------------------------------------- 3: * micro T-Kernel 3.00.00 4: * 5: * Copyright (C) 2006-2019 by Ken Sakamura. 6: * This software is distributed under the T-License 2.1. 7: *---------------------------------------------------------------------- 8: * 9: * Released by TRON Forum(http://www.tron.org) at 2019/12/11. 10: * 11: *---------------------------------------------------------------------- 12: */ 13: 14: /* 15: * cpu_task.h 16: * CPU-Dependent Task Start Processing 17: */ 18: 19: #ifndef _SYSDEPEND_CPUTASK_ 20: #define _SYSDEPEND_CPUTASK_ 21: 22: /* System dependencies */ 23: #define CPUTASK_PATH_(a) #a 24: #define CPUTASK_PATH(a) CPUTASK_PATH_(a) 25: #define CPUTASK_SYSDEP() CPUTASK_PATH(TARGET_DIR/cpu_task.h) 26: #include CPUTASK_SYSDEP() 27: 28: #endif /* _SYSDEPEND_CPUTASK_ */