diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-01-15 17:51:43 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-01-15 17:51:43 +0000 |
commit | 792e04972192869571104444b733f8c257832a86 (patch) | |
tree | 61d67d7393dbd6f2086fc5591d434c6b85d348a3 /sys/dev/ic/tcic2var.h | |
parent | 1f3872eec56f3f5a5c2365a1ed7d946038024be1 (diff) |
Provide explicit function argument declarations.
Diffstat (limited to 'sys/dev/ic/tcic2var.h')
-rw-r--r-- | sys/dev/ic/tcic2var.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/tcic2var.h b/sys/dev/ic/tcic2var.h index 0c8c9159c48..fa5e77af6c8 100644 --- a/sys/dev/ic/tcic2var.h +++ b/sys/dev/ic/tcic2var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tcic2var.h,v 1.2 2002/03/14 01:26:55 millert Exp $ */ +/* $OpenBSD: tcic2var.h,v 1.3 2004/01/15 17:51:42 miod Exp $ */ /* $NetBSD: tcic2var.h,v 1.1 1999/03/23 20:04:14 bad Exp $ */ /* @@ -307,7 +307,7 @@ static __inline__ int tcic_read_aux_1(iot, ioh, auxreg, reg) bus_space_tag_t iot; bus_space_handle_t ioh; - int auxreg; + int auxreg, reg; { int mode, val; mode = bus_space_read_1(iot, ioh, TCIC_R_MODE); |