summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include/intr.h
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2001-06-24 23:26:30 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2001-06-24 23:26:30 +0000
commit716533506d2b889a3e1b6b2dab8c83c4f28525df (patch)
treee9fe41e4d355a268d895f0bd621af6e857653635 /sys/arch/powerpc/include/intr.h
parent7de6040e4e05e98b187e3461f1a02cc2405deb42 (diff)
Add prototypes for softnet, ofrootfound.
Code cleanup for pmap headers.
Diffstat (limited to 'sys/arch/powerpc/include/intr.h')
-rw-r--r--sys/arch/powerpc/include/intr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc/include/intr.h b/sys/arch/powerpc/include/intr.h
index 0f083463aa8..32b18dd0f86 100644
--- a/sys/arch/powerpc/include/intr.h
+++ b/sys/arch/powerpc/include/intr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: intr.h,v 1.10 2001/06/24 17:05:38 miod Exp $ */
+/* $OpenBSD: intr.h,v 1.11 2001/06/24 23:26:29 drahn Exp $ */
/*
* Copyright (c) 1997 Per Fogelstrom, Opsycon AB and RTMX Inc, USA.
@@ -162,6 +162,7 @@ struct intrhand {
extern int ppc_configed_intr_cnt;
#define MAX_PRECONF_INTR 16
extern struct intrhand ppc_configed_intr[MAX_PRECONF_INTR];
+void softnet(int isr);
#endif /* _LOCORE */