]> git.saurik.com Git - apple/xnu.git/blob - osfmk/mach/telemetry_notification.defs
4b9f8a59050d67ecc267ea18498cfbec9fd81d70
[apple/xnu.git] / osfmk / mach / telemetry_notification.defs
1 /*
2 * Copyright (c) 2012, Apple Inc. All rights reserved.
3 */
4
5 /*
6 * Interface definition for the telemetry facility.
7 */
8
9 subsystem
10 #if KERNEL_USER
11 KernelUser
12 #endif /* KERNEL_USER */
13 telemetry_notification 5100;
14
15 #include <mach/std_types.defs>
16 #include <mach/mach_types.defs>
17
18 simpleroutine telemetry_notification(
19 RequestPort telemetry_port : mach_port_t;
20 in flags : uint32_t);