summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm/processor.h
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2023-06-30 16:21:38 +0200
committerHelge Deller <deller@gmx.de>2023-06-30 17:14:15 +0200
commitbcfaf17f18f2ae956ec4ba831a9c68859e57cf72 (patch)
tree0d8322b2956e958ee484bdadd2a7d6ba5158cf08 /arch/parisc/include/asm/processor.h
parentf310f8dd1414d284566ffe47fb8b4379a0d74a64 (diff)
downloadlinux-stable-bcfaf17f18f2ae956ec4ba831a9c68859e57cf72.tar.gz
linux-stable-bcfaf17f18f2ae956ec4ba831a9c68859e57cf72.tar.bz2
linux-stable-bcfaf17f18f2ae956ec4ba831a9c68859e57cf72.zip
parisc: irq: Add irq-related function declarations
Move function declarations for do_cpu_irq_mask(), timer_interrupt() and ipi_interrupt() to header file. Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/include/asm/processor.h')
-rw-r--r--arch/parisc/include/asm/processor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/processor.h b/arch/parisc/include/asm/processor.h
index 627a1f57af35..b1ea85e77ede 100644
--- a/arch/parisc/include/asm/processor.h
+++ b/arch/parisc/include/asm/processor.h
@@ -292,6 +292,9 @@ extern void __noreturn toc_intr(struct pt_regs *regs);
extern void toc_handler(void);
extern unsigned int toc_handler_size;
extern unsigned int toc_handler_csum;
+extern void do_cpu_irq_mask(struct pt_regs *);
+extern irqreturn_t timer_interrupt(int, void *);
+extern irqreturn_t ipi_interrupt(int, void *);
/* called from assembly code: */
extern void start_parisc(void);