Files
luban-lite-t3e-pro/kernel/rt-thread/libcpu/nios/nios_ii/interrupt.c
刘可亮 7bbc029dae v1.0.0
2023-08-30 16:21:18 +08:00

17 lines
417 B
C

/*
* Copyright (c) 2006-2022, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2009-01-05 Bernard first version
*/
#include <rtthread.h>
/* exception and interrupt handler table */
rt_uint32_t rt_interrupt_from_thread, rt_interrupt_to_thread;
rt_uint32_t rt_thread_switch_interrupt_flag;
rt_uint32_t rt_current_thread_entry;