diff options
| author | dsl <dsl@NetBSD.org> | 2009-03-14 14:45:51 +0000 |
|---|---|---|
| committer | dsl <dsl@NetBSD.org> | 2009-03-14 14:45:51 +0000 |
| commit | 02cdf4d2c869ecfa1ae5484cf77eefe2fbcc6d94 (patch) | |
| tree | 9a02e625d403e5fcedfdc6be4803e2404356bf31 /sys/arch/mipsco/include/sysconf.h | |
| parent | dfbb3f921a23a1aba4463f31ef9233ac94ce606c (diff) | |
Remove all the __P() from sys (excluding sys/dist)
Diff checked with grep and MK1 eyeball.
i386 and amd64 GENERIC and sys still build.
Diffstat (limited to 'sys/arch/mipsco/include/sysconf.h')
| -rw-r--r-- | sys/arch/mipsco/include/sysconf.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/mipsco/include/sysconf.h b/sys/arch/mipsco/include/sysconf.h index 80247c4dffc..d7bc8581155 100644 --- a/sys/arch/mipsco/include/sysconf.h +++ b/sys/arch/mipsco/include/sysconf.h @@ -1,4 +1,4 @@ -/* $NetBSD: sysconf.h,v 1.4 2007/03/04 06:00:13 christos Exp $ */ +/* $NetBSD: sysconf.h,v 1.5 2009/03/14 14:46:02 dsl Exp $ */ /* * Copyright (c) 1996 Christopher G. Demetriou. All rights reserved. @@ -53,11 +53,11 @@ struct platform { * write_todr - Write TOD registers * clkinit - Initialize clocks */ - void (*cons_init) __P((void)); - void (*iointr) __P((unsigned, unsigned, unsigned, unsigned)); - int (*memsize) __P((void *)); - void (*intr_establish) __P((int, int (*)__P((void *)), void *)); - void (*clkinit) __P((void)); + void (*cons_init)(void); + void (*iointr)(unsigned, unsigned, unsigned, unsigned); + int (*memsize)(void *); + void (*intr_establish)(int, int (*)(void *), void *); + void (*clkinit)(void); }; extern struct platform platform; |
