summaryrefslogtreecommitdiff
path: root/sys/dev/ata/atavar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ata/atavar.h')
-rw-r--r--sys/dev/ata/atavar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ata/atavar.h b/sys/dev/ata/atavar.h
index b8118fb74b2..11ca5fffe51 100644
--- a/sys/dev/ata/atavar.h
+++ b/sys/dev/ata/atavar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: atavar.h,v 1.10 2002/03/14 01:26:52 millert Exp $ */
+/* $OpenBSD: atavar.h,v 1.11 2002/03/14 03:16:03 millert Exp $ */
/* $NetBSD: atavar.h,v 1.13 1999/03/10 13:11:43 bouyer Exp $ */
/*
@@ -153,7 +153,7 @@ struct wdc_command {
int timeout; /* timeout (in ms) */
void *data; /* Data buffer address */
int bcount; /* number of bytes to transfer */
- void (*callback)(void*); /* command to call once command completed */
+ void (*callback)(void *); /* command to call once command completed */
void *callback_arg; /* argument passed to *callback() */
};