tkernel_2/include/tk/sysdef.h | bare source | permlink (0.03 seconds) |
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: * @(#)sysdef.h 17: * 18: * System dependencies definition. 19: * Included also from assembler program. 20: */ 21: 22: #ifndef __TK_SYSDEF_H__ 23: #define __TK_SYSDEF_H__ 24: 25: #include <tk/sysdepend/sysdef_common.h> 26: 27: #endif /* __TK_SYSDEF_H__ */