summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/macppc/include')
-rw-r--r--sys/arch/macppc/include/autoconf.h10
-rw-r--r--sys/arch/macppc/include/powerpc.h4
2 files changed, 7 insertions, 7 deletions
diff --git a/sys/arch/macppc/include/autoconf.h b/sys/arch/macppc/include/autoconf.h
index 137191816bb..643537699f9 100644
--- a/sys/arch/macppc/include/autoconf.h
+++ b/sys/arch/macppc/include/autoconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.h,v 1.3 2002/03/14 01:26:36 millert Exp $ */
+/* $OpenBSD: autoconf.h,v 1.4 2002/03/14 03:15:55 millert Exp $ */
/*
* Copyright (c) 1997 Per Fogelstrom
@@ -93,15 +93,15 @@ struct confargs {
};
-void set_clockintr __P((void (*)(struct clockframe *)));
-void set_iointr __P((void (*)(void *, int)));
+void set_clockintr(void (*)(struct clockframe *));
+void set_iointr(void (*)(void *, int));
int badaddr(void *, u_int32_t);
void calc_delayconst(void);
void ofrootfound(void);
typedef int mac_intr_handle_t;
-typedef void *(intr_establish_t) __P((void *, mac_intr_handle_t,
- int, int, int (*func)(void *), void *, char *));
+typedef void *(intr_establish_t)(void *, mac_intr_handle_t,
+ int, int, int (*func)(void *), void *, char *);
typedef void (intr_disestablish_t)(void *, void *);
intr_establish_t mac_intr_establish;
diff --git a/sys/arch/macppc/include/powerpc.h b/sys/arch/macppc/include/powerpc.h
index e5cb3674d17..12deaff95c6 100644
--- a/sys/arch/macppc/include/powerpc.h
+++ b/sys/arch/macppc/include/powerpc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: powerpc.h,v 1.2 2002/03/14 01:26:36 millert Exp $ */
+/* $OpenBSD: powerpc.h,v 1.3 2002/03/14 03:15:55 millert Exp $ */
/* $NetBSD: powerpc.h,v 1.1 1996/09/30 16:34:30 ws Exp $ */
/*
@@ -79,7 +79,7 @@ extern struct firmware *fw;
void ofwconprobe(void);
int ppc_open_pci_bridge(void);
void ppc_close_pci_bridge(int);
-void install_extint __P((void (*handler) (void)));
+void install_extint(void (*handler) (void));
void ppc_intr_enable(int enable);
int ppc_intr_disable(void);