diff --git a/include/device.h b/include/device.h index 8e3fa6a..6c6e0a2 100644 --- a/include/device.h +++ b/include/device.h @@ -37,8 +37,8 @@ void *info; int (*read)(dev_t *,void *,uInt32,uInt32); int (*write)(dev_t *,void *,uInt32,uInt32); - void (*reset)(void *); - int (*init)(void *); + int (*reset)(void *); + int (*init)(dev_t *); void (*ioctl)(void *); void (*stop)(void *); void (*start)(void *); @@ -49,6 +49,9 @@ /*** $Log$ + Revision 1.3 2004/08/13 21:47:49 reddawg + Fixed + Revision 1.2 2004/08/13 16:54:14 reddawg fixed