diff options
| author | Warner Losh <imp@FreeBSD.org> | 2009-02-05 19:32:34 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2009-02-05 19:32:34 +0000 |
| commit | 005f7c33086f8ecbcc37a2915e13e69bf1c158c3 (patch) | |
| tree | 3efcc4ae1074e7bd7269019ceef7b19409885ba0 /sys/dev/scc | |
| parent | 3fd8527379e21cda1c73c0987e629e4912c761a0 (diff) | |
Notes
Diffstat (limited to 'sys/dev/scc')
| -rw-r--r-- | sys/dev/scc/scc_if.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/scc/scc_if.m b/sys/dev/scc/scc_if.m index c67e23f65a97..f40f64a7c2f5 100644 --- a/sys/dev/scc/scc_if.m +++ b/sys/dev/scc/scc_if.m @@ -66,7 +66,7 @@ METHOD int enabled { } DEFAULT default_enabled; # iclear() -METHOD void iclear { +METHOD int iclear { struct scc_softc *this; struct scc_chan *chan; }; |
