bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 8/8] include: add a payload-aware intran mutator for device_t


From: Justus Winter
Subject: [PATCH 8/8] include: add a payload-aware intran mutator for device_t
Date: Thu, 18 Sep 2014 15:22:50 +0200

* include/device/device_types.defs (device_t): Add a payload-aware
intran mutator.
---
 include/device/device_types.defs | 3 +++
 1 file changed, 3 insertions(+)

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
-- 
2.1.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]