Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/dev/firewire/fwmem.h 120660 2003-10-02 04:06:56Z simokawa $
---
> * $FreeBSD: head/sys/dev/firewire/fwmem.h 129585 2004-05-22 16:14:17Z dfr $
37,44c37,44
< struct fw_xfer *fwmem_read_quad(struct fw_device *, caddr_t, u_int8_t,
< u_int16_t, u_int32_t, void *, void (*)(struct fw_xfer *));
< struct fw_xfer *fwmem_write_quad(struct fw_device *, caddr_t, u_int8_t,
< u_int16_t, u_int32_t, void *, void (*)(struct fw_xfer *));
< struct fw_xfer *fwmem_read_block(struct fw_device *, caddr_t, u_int8_t,
< u_int16_t, u_int32_t, int, void *, void (*)(struct fw_xfer *));
< struct fw_xfer *fwmem_write_block(struct fw_device *, caddr_t, u_int8_t,
< u_int16_t, u_int32_t, int, void *, void (*)(struct fw_xfer *));
---
> struct fw_xfer *fwmem_read_quad(struct fw_device *, caddr_t, uint8_t,
> uint16_t, uint32_t, void *, void (*)(struct fw_xfer *));
> struct fw_xfer *fwmem_write_quad(struct fw_device *, caddr_t, uint8_t,
> uint16_t, uint32_t, void *, void (*)(struct fw_xfer *));
> struct fw_xfer *fwmem_read_block(struct fw_device *, caddr_t, uint8_t,
> uint16_t, uint32_t, int, void *, void (*)(struct fw_xfer *));
> struct fw_xfer *fwmem_write_block(struct fw_device *, caddr_t, uint8_t,
> uint16_t, uint32_t, int, void *, void (*)(struct fw_xfer *));