summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2006-06-28 04:48:56 +0000
committerderaadt <deraadt@openbsd.org>2006-06-28 04:48:56 +0000
commite067283c7616a2819189862a023b993897daab3c (patch)
tree4c9889792bb763ce6ae3f6e75c414642bf86eaf6
parentAdd a roothook so the firmware can load when the adapter (diff)
downloadwireguard-openbsd-e067283c7616a2819189862a023b993897daab3c.tar.xz
wireguard-openbsd-e067283c7616a2819189862a023b993897daab3c.zip
put proto where it is because dlg says he is a dodo
-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)