mtkernel_3/lib/libtk/sysdepend/cpu/rx231/int_rx231.c | bare source | permlink (0.00 seconds) |
1: /* 2: *---------------------------------------------------------------------- 3: * micro T-Kernel 3.00.03 4: * 5: * Copyright (C) 2006-2021 by Ken Sakamura. 6: * This software is distributed under the T-License 2.2. 7: *---------------------------------------------------------------------- 8: * 9: * Released by TRON Forum(http://www.tron.org) at 2021/03/31. 10: * 11: *---------------------------------------------------------------------- 12: */ 13: 14: #include <sys/machine.h> 15: #ifdef CPU_RX231 16: 17: /* 18: * int.c 19: * 20: * Interrupt controll (RX231 ) 21: */ 22: #include <tk/tkernel.h> 23: #include <tk/syslib.h> 24: 25: 26: #endif /* CPU_RX231 */