mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-18 14:25:25 +00:00
10 lines
123 B
C
10 lines
123 B
C
|
/*
|
||
|
* Nothing to see here yet
|
||
|
*/
|
||
|
#ifndef _ARCH_ARM_HW_IRQ_H
|
||
|
#define _ARCH_ARM_HW_IRQ_H
|
||
|
|
||
|
#include <asm/mach/irq.h>
|
||
|
|
||
|
#endif
|