]> git.saurik.com Git - apple/xnu.git/blob - osfmk/mach/coalition_notification.defs
b3392fc6987892b58887157a896a6fa9d50ee322
[apple/xnu.git] / osfmk / mach / coalition_notification.defs
1 /*
2 * Copyright (c) 2013, Apple Inc. All rights reserved.
3 */
4
5 /*
6 * Interface definition for the coalition facility.
7 */
8
9 subsystem
10 #if KERNEL_USER
11 KernelUser
12 #endif /* KERNEL_USER */
13 coalition_notification 5300;
14
15 #include <mach/std_types.defs>
16 #include <mach/mach_types.defs>
17
18 /* This is likely to change with 15385886. */
19 simpleroutine coalition_notification(
20 RequestPort coalition_port : mach_port_t;
21 in id : uint64_t;
22 in flags : uint32_t);