]> git.proxmox.com Git - mirror_spl.git/commit
Add IMPLY() and EQUIV() macros
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 24 Jun 2015 21:44:47 +0000 (14:44 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 24 Jun 2015 21:44:47 +0000 (14:44 -0700)
commit5acb2307b2edc55335996bf0ff78f6bdca24a98d
tree7ff6761fec915ebbc7ba4c23601dc634f5f9c6a8
parent2345368646151718fa59986d9e2d9d38bcdecb2c
Add IMPLY() and EQUIV() macros

Added for upstream compatibility, they are of the form:

* IMPLY(a, b) - if (a) then (b)
* EQUIV(a, b) - if (a) then (b) *AND* if (b) then (a)

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
include/sys/debug.h