From 97e263c4983a1ea53531302a6f80b5446585631d Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Tue, 2 Feb 2016 15:15:57 +0800 Subject: [PATCH] Delete interrupt.h_old --- bsp/imx6sx/cortex-a9/cpu/interrupt.h_old | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 bsp/imx6sx/cortex-a9/cpu/interrupt.h_old diff --git a/bsp/imx6sx/cortex-a9/cpu/interrupt.h_old b/bsp/imx6sx/cortex-a9/cpu/interrupt.h_old deleted file mode 100644 index 49999cc4f4..0000000000 --- a/bsp/imx6sx/cortex-a9/cpu/interrupt.h_old +++ /dev/null @@ -1,24 +0,0 @@ -/* - * File : interrupt.h - * This file is part of RT-Thread RTOS - * COPYRIGHT (C) 2011, RT-Thread Development Team - * - * The license and distribution terms for this file may be - * found in the file LICENSE in this distribution or at - * http://www.rt-thread.org/license/LICENSE - * - * Change Logs: - * Date Author Notes - * 2013-07-06 Bernard first version - */ - -#ifndef __INTERRUPT_H__ -#define __INTERRUPT_H__ - -void rt_hw_interrupt_control(int vector, int priority, int route); -int rt_hw_interrupt_get_active(int fiq_irq); -void rt_hw_interrupt_ack(int fiq_irq); -void rt_hw_interrupt_trigger(int vector); -void rt_hw_interrupt_clear(int vector); - -#endif -- GitLab