Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2015 02:06:08 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r289104 - head/sys/dev/iicbus
Message-ID:  <201510100206.t9A2681n095878@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ian
Date: Sat Oct 10 02:06:07 2015
New Revision: 289104
URL: https://svnweb.freebsd.org/changeset/base/289104

Log:
  Add a short name, IIC_INTRWAIT, for the common case (IIC_INTR | IIC_WAIT).

Modified:
  head/sys/dev/iicbus/iiconf.h

Modified: head/sys/dev/iicbus/iiconf.h
==============================================================================
--- head/sys/dev/iicbus/iiconf.h	Sat Oct 10 01:41:07 2015	(r289103)
+++ head/sys/dev/iicbus/iiconf.h	Sat Oct 10 02:06:07 2015	(r289104)
@@ -43,6 +43,7 @@
 #define IIC_NOINTR	0
 #define IIC_WAIT	0x1
 #define IIC_INTR	0x2
+#define IIC_INTRWAIT	(IIC_INTR | IIC_WAIT)
 
 /*
  * i2c modes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510100206.t9A2681n095878>