diff --git a/include/drivers/usb/gic.h b/include/drivers/usb/gic.h deleted file mode 100644 index a11d2c3e..00000000 --- a/include/drivers/usb/gic.h +++ /dev/null @@ -1,18 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0+ */ - -#ifndef __GIC_H__ -#define __GIC_H__ - -#include -#include -#include -#include -#include - -#define AW_IRQ_USB_OTG 61 - -void gic_enable(uint32_t irq); - -int gic_is_pending(uint32_t irq); - -#endif// __GIC_H__ \ No newline at end of file