tkernel_2/kernel/sysdepend/device/tef_em1d/patch.h | bare source | permlink (0.02 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: * patch.h (EM1-D512) 17: * System-dependent initialize process 18: */ 19: 20: #ifndef _PATCH_ 21: #define _PATCH_ 22: 23: /* Define '1' when using patch processes */ 24: #define USE_SYSDEPEND_PATCH1 1 25: #define USE_SYSDEPEND_PATCH2 0 26: 27: EXPORT void sysdepend_patch1( void ); 28: EXPORT void sysdepend_patch2( void ); 29: 30: #endif /* _PATCH_ */