mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-04 11:43:54 +08:00
11 lines
181 B
C
11 lines
181 B
C
|
#ifndef _LINUX_ACPI_IRQ_H
|
||
|
#define _LINUX_ACPI_IRQ_H
|
||
|
|
||
|
#include <linux/irq.h>
|
||
|
|
||
|
#ifndef acpi_irq_init
|
||
|
static inline void acpi_irq_init(void) { }
|
||
|
#endif
|
||
|
|
||
|
#endif /* _LINUX_ACPI_IRQ_H */
|