tkernel_2/include/tk/sysdepend/tef_em1d/cpuattr.h | bare source | permlink (0.00 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: * @(#)cpuattr.h (tk/EM1-D512) 17: * 18: * Type Specific Function 19: */ 20: 21: #ifndef __TK_CPUATTR_H__ 22: #define __TK_CPUATTR_H__ 23: 24: /* 25: * Global pointer support 26: * 0: No global pointer support 27: */ 28: #define TA_GP 0 /* No global pointer support */ 29: 30: /* 31: * Using FPU (depend on CPU) 32: * 0: not using FPU 33: * TA_COPn(n = 0-3): using FPU 34: */ 35: #define TA_FPU 0 36: 37: #endif /* __TK_CPUATTR_H__ */