Deleted Added
full compact
26c26
< * $Id: vpoio.h,v 1.1.2.3 1998/06/14 15:37:21 son Exp $
---
> * $Id: vpoio.h,v 1.1.2.2 1998/06/14 14:37:43 son Exp $
43a44
> #define VP0_ENEGOCIATE 8
77d77
< int vpoio_detect(struct vpoio_data *vpo);
83a84,92
> struct ppb_device *imm_probe(struct ppb_data *ppb, struct vpoio_data *vpo);
>
> int imm_attach(struct vpoio_data *vpo);
> int imm_reset_bus(struct vpoio_data *vpo);
>
> int imm_do_scsi(struct vpoio_data *vpo, int host, int target, char *command,
> int clen, char *buffer, int blen, int *result, int *count,
> int *ret);
>