repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
sys
/
arch
/
cesfic
/
dev
/
zsvar.h
blob
3ccf3a03dba71d2e15274df635e0045e525e2fa7
1
/* $NetBSD: zsvar.h,v 1.1 2001/05/14 18:23:08 drochner Exp $ */
2
3
#define ZS_DELAY()
4
5
int
zscngetc
(
dev_t
);
6
void
zscnputc
(
dev_t
,
int
);
7
void
zscnpollc
(
dev_t
,
int
);
8
9
void
zs_cnattach
(
void
*);
10
void
zs_cninit
(
void
*);
11
12
void
zs_config
(
struct
zsc_softc
*,
char
*);
13
14
int
zshard
(
void
*);
15
16
#define ZSHARD_PRI 4