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/cesfic/dev | |
| 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/cesfic/dev')
| -rw-r--r-- | sys/arch/cesfic/dev/zsvar.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/cesfic/dev/zsvar.h b/sys/arch/cesfic/dev/zsvar.h index 826667940b4..c217efe4486 100644 --- a/sys/arch/cesfic/dev/zsvar.h +++ b/sys/arch/cesfic/dev/zsvar.h @@ -1,16 +1,16 @@ -/* $NetBSD: zsvar.h,v 1.1 2001/05/14 18:23:08 drochner Exp $ */ +/* $NetBSD: zsvar.h,v 1.2 2009/03/14 14:45:58 dsl Exp $ */ #define ZS_DELAY() -int zscngetc __P((dev_t)); -void zscnputc __P((dev_t, int)); -void zscnpollc __P((dev_t, int)); +int zscngetc(dev_t); +void zscnputc(dev_t, int); +void zscnpollc(dev_t, int); -void zs_cnattach __P((void *)); -void zs_cninit __P((void *)); +void zs_cnattach(void *); +void zs_cninit(void *); -void zs_config __P((struct zsc_softc *, char*)); +void zs_config(struct zsc_softc *, char*); -int zshard __P((void*)); +int zshard(void*); #define ZSHARD_PRI 4 |
