summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/db_machdep.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-20 23:17:50 +0000
committeralfred <alfred@FreeBSD.org>2002-03-20 23:17:50 +0000
commitf1b2b9896d0dcac4ea615a304a83c86bd728f7cd (patch)
tree511e9436eaa0421e94a0c839e77bd98aadec76c2 /sys/powerpc/include/db_machdep.h
parentc1cfd2b4ddb0130e096a6054fa9730f51f4c96dd (diff)
downloadFreeBSD-src-f1b2b9896d0dcac4ea615a304a83c86bd728f7cd.zip
FreeBSD-src-f1b2b9896d0dcac4ea615a304a83c86bd728f7cd.tar.gz
Remove __P.
Reveiwed by: benno
Diffstat (limited to 'sys/powerpc/include/db_machdep.h')
-rw-r--r--sys/powerpc/include/db_machdep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/powerpc/include/db_machdep.h b/sys/powerpc/include/db_machdep.h
index 8d14962..55c0a03 100644
--- a/sys/powerpc/include/db_machdep.h
+++ b/sys/powerpc/include/db_machdep.h
@@ -91,8 +91,8 @@ extern db_regs_t ddb_regs; /* register state */
#ifdef _KERNEL
-void kdb_kintr __P((void *));
-int kdb_trap __P((int, void *));
+void kdb_kintr(void *);
+int kdb_trap(int, void *);
#endif /* _KERNEL */
OpenPOWER on IntegriCloud