summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-06-08 13:08:29 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-11-03 11:11:43 +0100
commit79f9f058820be50e510f499b5b4d08144ab71bc2 (patch)
tree4d88173587907d897474bc767ccc5d236808843f /include
parentf5fc494d1171e5ddda82bdd6c9793b1c5a55ec99 (diff)
include: add a payload-aware intran mutator for device_t
* include/device/device_types.defs (device_t): Add a payload-aware intran mutator.
Diffstat (limited to 'include')
-rw-r--r--include/device/device_types.defs3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/device/device_types.defs b/include/device/device_types.defs
index ff6cff68..49cc2717 100644
--- a/include/device/device_types.defs
+++ b/include/device/device_types.defs
@@ -63,6 +63,9 @@ type device_t = mach_port_t
#ifdef DEVICE_INTRAN
intran: DEVICE_INTRAN
#endif
+#ifdef DEVICE_INTRAN_PAYLOAD
+ intranpayload: DEVICE_INTRAN_PAYLOAD
+#endif
#ifdef DEVICE_OUTTRAN
outtran: DEVICE_OUTTRAN
#endif