summaryrefslogtreecommitdiff
path: root/general/PLX9x5x/sys/trace.h
diff options
context:
space:
mode:
authorkarlf <[email protected]>2016-08-11 13:28:13 -0700
committerkarlf <[email protected]>2016-08-11 13:28:13 -0700
commit96eb96dfb613e4c745db6bd1f53a92fe7e2290fc (patch)
treead5f3ede5cbcd6b598677ce41bcf8318471bdd92 /general/PLX9x5x/sys/trace.h
parent687b274aa38fd05c8c26e3068932121876d7f745 (diff)
Updated for "Windows 10 Anniversary Update" (Version 1607)
Diffstat (limited to 'general/PLX9x5x/sys/trace.h')
-rw-r--r--general/PLX9x5x/sys/trace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/general/PLX9x5x/sys/trace.h b/general/PLX9x5x/sys/trace.h
index a9726b3a..59710ec1 100644
--- a/general/PLX9x5x/sys/trace.h
+++ b/general/PLX9x5x/sys/trace.h
@@ -55,6 +55,8 @@ Environment:
WPP_DEFINE_BIT(DBG_LOCKS) /* bit 10 = 0x00000400 */ \
WPP_DEFINE_BIT(DBG_QUEUEING) /* bit 11 = 0x00000800 */ \
WPP_DEFINE_BIT(DBG_HW_ACCESS) /* bit 12 = 0x00001000 */ \
+ WPP_DEFINE_BIT(DBG_IOCTL) /* bit 13 = 0x00002000 */ \
+ WPP_DEFINE_BIT(DBG_MDLCHAIN) /* bit 14 = 0x00004000 */ \
/* You can have up to 32 defines. If you want more than that,\
you have to provide another trace control GUID */\
)