mtkernel_3/kernel/sysdepend/sysdepend.h | bare source | permlink (0.02 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: * Sysdepend.h 16: * System-Dependent local defined 17: */ 18: 19: #ifndef _SYSDEPEND_SYSDEPEND_ 20: #define _SYSDEPEND_SYSDEPEND_ 21: 22: /* System dependencies */ 23: #define SYSDEPEND_PATH_(a) #a 24: #define SYSDEPEND_PATH(a) SYSDEPEND_PATH_(a) 25: #define SYSDEPEND_SYSDEP() SYSDEPEND_PATH(TARGET_DIR/sysdepend.h) 26: #include SYSDEPEND_SYSDEP() 27: 28: #endif /* _SYSDEPEND_SYSDEPEND_ */