diff options
author | Bruce Evans <bde@FreeBSD.org> | 1996-09-10 23:31:13 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1996-09-10 23:31:13 +0000 |
commit | b568ea4e01d5c2d673621943d5cfe2dede9d069a (patch) | |
tree | 694ee7f35a28ef2be59bd7a989e9073882d81ecd /sys/dev/eisa | |
parent | dad0de774ef1d759dfbf6fc56785557ebfaddced (diff) |
Notes
Diffstat (limited to 'sys/dev/eisa')
-rw-r--r-- | sys/dev/eisa/eisaconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/eisa/eisaconf.h b/sys/dev/eisa/eisaconf.h index 985a3ad7d85fa..0634a4fbb812c 100644 --- a/sys/dev/eisa/eisaconf.h +++ b/sys/dev/eisa/eisaconf.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: eisaconf.h,v 1.10 1996/09/06 23:06:59 phk Exp $ + * $Id: eisaconf.h,v 1.11 1996/09/08 10:43:42 phk Exp $ */ #ifndef _I386_EISA_EISACONF_H_ @@ -79,7 +79,7 @@ struct eisa_driver { /* test whether device is present */ int (*attach) __P((struct eisa_device *)); /* setup driver for a device */ - int (*shutdown) __P((struct kern_devconf *, int)); + int (*shutdown) __P((int)); /* Return the device to a safe * state before shutdown */ |