aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iicbus/iiconf.h
diff options
context:
space:
mode:
authorIan Lepore <ian@FreeBSD.org>2015-10-22 00:54:59 +0000
committerIan Lepore <ian@FreeBSD.org>2015-10-22 00:54:59 +0000
commit4c1e5d32b27e0745b37964505e0a368354b5d437 (patch)
tree021975fa250869794911a377b44a2439324c1a01 /sys/dev/iicbus/iiconf.h
parent7f1636b75ed221017d47562ee8ea263bf901065d (diff)
downloadsrc-4c1e5d32b27e0745b37964505e0a368354b5d437.tar.gz
src-4c1e5d32b27e0745b37964505e0a368354b5d437.zip
Notes
Diffstat (limited to 'sys/dev/iicbus/iiconf.h')
-rw-r--r--sys/dev/iicbus/iiconf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/iicbus/iiconf.h b/sys/dev/iicbus/iiconf.h
index aca0137d7ea0..12ac0d77319d 100644
--- a/sys/dev/iicbus/iiconf.h
+++ b/sys/dev/iicbus/iiconf.h
@@ -129,6 +129,8 @@ extern int iicbus_block_read(device_t, u_char, char *, int, int *);
/* vectors of iic operations to pass to bridge */
int iicbus_transfer(device_t bus, struct iic_msg *msgs, uint32_t nmsgs);
+int iicbus_transfer_excl(device_t bus, struct iic_msg *msgs, uint32_t nmsgs,
+ int how);
int iicbus_transfer_gen(device_t bus, struct iic_msg *msgs, uint32_t nmsgs);
#define IICBUS_MODVER 1