summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_tpublic.h
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2006-05-22 06:47:42 +0000
committermjacob <mjacob@FreeBSD.org>2006-05-22 06:47:42 +0000
commita79d1e19bec3df8aa5bc05d30cf45aa31e5d1acc (patch)
tree0e87e3731be4b1d62811f13b68c62f03cff8e08c /sys/dev/isp/isp_tpublic.h
parenta9ce430c0a5186e982eeaf0e18d8785f726ef4e8 (diff)
downloadFreeBSD-src-a79d1e19bec3df8aa5bc05d30cf45aa31e5d1acc.zip
FreeBSD-src-a79d1e19bec3df8aa5bc05d30cf45aa31e5d1acc.tar.gz
add TGT_ANY define
Diffstat (limited to 'sys/dev/isp/isp_tpublic.h')
-rw-r--r--sys/dev/isp/isp_tpublic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/isp/isp_tpublic.h b/sys/dev/isp/isp_tpublic.h
index 5609454..54ac415 100644
--- a/sys/dev/isp/isp_tpublic.h
+++ b/sys/dev/isp/isp_tpublic.h
@@ -111,6 +111,7 @@ typedef struct tmd_notify {
void * nt_hreserved;
} tmd_notify_t;
#define LUN_ANY 0xffff
+#define TGT_ANY ((uint64_t) -1)
#define INI_ANY ((uint64_t) -1)
#define TAG_ANY 0
#define MATCH_TMD(tmd, iid, lun, tag) \
OpenPOWER on IntegriCloud