From 96340e380bdaf64a5b7349611687f14f1458371b Mon Sep 17 00:00:00 2001 From: Greg Ungerer Date: Tue, 4 Mar 2008 16:35:04 +1000 Subject: [PATCH] --- yaml --- r: 86713 b: refs/heads/master c: e311f68a4e43ade048d7dbaa6b458fbe31114daf h: refs/heads/master i: 86711: d04d6c81f0359c13b35f69f7f977cc27a49a6d14 v: v3 --- [refs] | 2 +- trunk/include/asm-m68knommu/machdep.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index aa5f061c278c..3c14fdd2bd7a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 881ab680a49708b785384990ba729c1305e7f978 +refs/heads/master: e311f68a4e43ade048d7dbaa6b458fbe31114daf diff --git a/trunk/include/asm-m68knommu/machdep.h b/trunk/include/asm-m68knommu/machdep.h index 1cf26d240d83..de9f47a51cc2 100644 --- a/trunk/include/asm-m68knommu/machdep.h +++ b/trunk/include/asm-m68knommu/machdep.h @@ -21,4 +21,6 @@ extern void (*mach_power_off)( void ); extern void config_BSP(char *command, int len); +extern void do_IRQ(int irq, struct pt_regs *fp); + #endif /* _M68KNOMMU_MACHDEP_H */