diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-06-08 13:08:29 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-11-03 11:11:43 +0100 |
commit | 79f9f058820be50e510f499b5b4d08144ab71bc2 (patch) | |
tree | 4d88173587907d897474bc767ccc5d236808843f /include | |
parent | f5fc494d1171e5ddda82bdd6c9793b1c5a55ec99 (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.defs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/device/device_types.defs b/include/device/device_types.defs index ff6cff6..49cc271 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 |