From b6079b096eef4b7b347c85184592584c7ec4a022 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Thu, 28 Nov 2013 11:08:39 +0100 Subject: exec: add payload-aware intrans functions * exec/execmutations.h: Add mutators. * exec/mig-decls.h (begin_using_bootinfo_payload): New function. --- exec/mig-decls.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'exec/mig-decls.h') diff --git a/exec/mig-decls.h b/exec/mig-decls.h index 0437414f..cf3e17da 100644 --- a/exec/mig-decls.h +++ b/exec/mig-decls.h @@ -30,6 +30,12 @@ begin_using_bootinfo_port (mach_port_t port) return ports_lookup_port (port_bucket, port, execboot_portclass); } +static inline struct bootinfo * __attribute__ ((unused)) +begin_using_bootinfo_payload (unsigned long payload) +{ + return ports_lookup_payload (port_bucket, payload, execboot_portclass); +} + static inline void __attribute__ ((unused)) end_using_bootinfo (struct bootinfo *b) { -- cgit v1.2.3