summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-06-28 04:48:57 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-06-28 04:48:57 +0000
commitd74d9d562746abbb3891c8f6e5d740eec5afa56e (patch)
tree12218e17f7eaaa034d6e91f8cf7800147fb36183 /sys/dev/ic
parent82f7ccf6bfb779c51c04924480cca7b10eb50956 (diff)
put proto where it is because dlg says he is a dodo
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/ami.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/ic/ami.c b/sys/dev/ic/ami.c
index 968238b48bf..8609b10103d 100644
--- a/sys/dev/ic/ami.c
+++ b/sys/dev/ic/ami.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ami.c,v 1.169 2006/06/27 23:10:38 dlg Exp $ */
+/* $OpenBSD: ami.c,v 1.170 2006/06/28 04:48:56 deraadt Exp $ */
/*
* Copyright (c) 2001 Michael Shalayeff
@@ -153,8 +153,6 @@ void ami_copy_internal_data(struct scsi_xfer *, void *, size_t);
int ami_load_ptmem(struct ami_softc*, struct ami_ccb *,
void *, size_t, int, int);
-void ami_refresh(void *);
-
#if NBIO > 0
int ami_mgmt(struct ami_softc *, u_int8_t, u_int8_t, u_int8_t,
u_int8_t, size_t, void *);
@@ -170,6 +168,7 @@ int ami_ioctl_vol(struct ami_softc *, struct bioc_vol *);
int ami_ioctl_disk(struct ami_softc *, struct bioc_disk *);
int ami_ioctl_alarm(struct ami_softc *, struct bioc_alarm *);
int ami_ioctl_setstate(struct ami_softc *, struct bioc_setstate *);
+void ami_refresh(void *);
#endif /* NBIO > 0 */
#define DEVNAME(_s) ((_s)->sc_dev.dv_xname)