summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/db_machdep.h
diff options
context:
space:
mode:
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