diff options
Diffstat (limited to 'sys/dev/ic/stivar.h')
-rw-r--r-- | sys/dev/ic/stivar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/stivar.h b/sys/dev/ic/stivar.h index dff06edbc5a..ddf9ec2223b 100644 --- a/sys/dev/ic/stivar.h +++ b/sys/dev/ic/stivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stivar.h,v 1.15 2003/12/16 06:07:13 mickey Exp $ */ +/* $OpenBSD: stivar.h,v 1.16 2005/01/23 16:53:21 miod Exp $ */ /* * Copyright (c) 2000-2003 Michael Shalayeff @@ -74,7 +74,7 @@ struct sti_softc { sti_util_t util; }; -void sti_attach_common(struct sti_softc *sc); +void sti_attach_common(struct sti_softc *sc, u_int codebase); int sti_intr(void *v); #endif /* _IC_STIVAR_H_ */ |