]> git.saurik.com Git - apple/xnu.git/blame - osfmk/mach/coalition_notification.defs
xnu-2782.20.48.tar.gz
[apple/xnu.git] / osfmk / mach / coalition_notification.defs
CommitLineData
fe8ab488
A
1/*
2 * Copyright (c) 2013, Apple Inc. All rights reserved.
3 */
4
5 /*
6 * Interface definition for the coalition facility.
7 */
8
9subsystem
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. */
19simpleroutine coalition_notification(
20 RequestPort coalition_port : mach_port_t;
21 in id : uint64_t;
22 in flags : uint32_t);