NetBSD/sys/arch/cesfic/dev/zsvar.h
dsl 02cdf4d2c8 Remove all the __P() from sys (excluding sys/dist)
Diff checked with grep and MK1 eyeball.
i386 and amd64 GENERIC and sys still build.
2009-03-14 14:45:51 +00:00

17 lines
293 B
C

/* $NetBSD: zsvar.h,v 1.2 2009/03/14 14:45:58 dsl Exp $ */
#define ZS_DELAY()
int zscngetc(dev_t);
void zscnputc(dev_t, int);
void zscnpollc(dev_t, int);
void zs_cnattach(void *);
void zs_cninit(void *);
void zs_config(struct zsc_softc *, char*);
int zshard(void*);
#define ZSHARD_PRI 4