summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/fwmem.h
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2004-05-22 16:14:17 +0000
committerdfr <dfr@FreeBSD.org>2004-05-22 16:14:17 +0000
commit721570642d3cc139168c8f3492106313e99e44bb (patch)
tree51bff0748813fa32dc6a4a3e1849ad8cc299700a /sys/dev/firewire/fwmem.h
parentac834a03f9eb1ac57dcf4198a93bb236d806f0b2 (diff)
downloadFreeBSD-src-721570642d3cc139168c8f3492106313e99e44bb.zip
FreeBSD-src-721570642d3cc139168c8f3492106313e99e44bb.tar.gz
Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's to
uint32_t where appropriate.
Diffstat (limited to 'sys/dev/firewire/fwmem.h')
-rw-r--r--sys/dev/firewire/fwmem.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/dev/firewire/fwmem.h b/sys/dev/firewire/fwmem.h
index f9442bb..f8188d1 100644
--- a/sys/dev/firewire/fwmem.h
+++ b/sys/dev/firewire/fwmem.h
@@ -34,14 +34,14 @@
* $FreeBSD$
*/
-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 *));
d_open_t fwmem_open;
d_close_t fwmem_close;
OpenPOWER on IntegriCloud