diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2009-09-19 21:48:35 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2009-09-19 21:48:35 +0000 |
commit | 3ffd3724094528428a179e7ef91672424a6b73d2 (patch) | |
tree | f9e8dbe326e9517857bdcce9baca5b7013db909b /sys/dev/usb/udl.h | |
parent | ca7f5129e86b37cac3958a6791368f8a3858261f (diff) |
Rename another function; udl_cmd_set_xfer -> udl_cmd_set_xfer_type is
a bit more self explaining. No functional changes.
Diffstat (limited to 'sys/dev/usb/udl.h')
-rw-r--r-- | sys/dev/usb/udl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/udl.h b/sys/dev/usb/udl.h index 28c934e727c..832e4dac8c3 100644 --- a/sys/dev/usb/udl.h +++ b/sys/dev/usb/udl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: udl.h,v 1.10 2009/09/19 20:49:53 mglocker Exp $ */ +/* $OpenBSD: udl.h,v 1.11 2009/09/19 21:48:34 mglocker Exp $ */ /* * Copyright (c) 2009 Marcus Glocker <mglocker@openbsd.org> @@ -38,7 +38,7 @@ struct udl_cmd_xfer { struct udl_cmd_buf { #define UDL_CMD_XFER_SYNC 0 #define UDL_CMD_XFER_ASYNC 1 - uint8_t xfer_method; + uint8_t xfer_type; uint16_t compblock; uint16_t compblock_save; uint32_t off; |