mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-13 06:46:19 +07:00
9 lines
129 B
C
9 lines
129 B
C
|
#ifndef __ASM_IRQ_H
|
||
|
#define __ASM_IRQ_H
|
||
|
|
||
|
#include <asm-generic/irq.h>
|
||
|
|
||
|
extern void (*handle_arch_irq)(struct pt_regs *);
|
||
|
|
||
|
#endif
|