Sign in
googlers
/
maze
/
linux
/
ee89bd6bc73d1d14555418a2642172448052f1dd
/
.
/
arch
/
arm64
/
include
/
asm
/
irq.h
blob: 0332fc077f6e656f134f3297c28ef744d9616d1e [
file
] [
log
] [
blame
]
#ifndef
__ASM_IRQ_H
#define
__ASM_IRQ_H
#include
<asm-generic/irq.h>
extern
void
(*
handle_arch_irq
)(
struct
pt_regs
*);
extern
void
set_handle_irq
(
void
(*
handle_irq
)(
struct
pt_regs
*));
#endif