You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07: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
|