]> git.saurik.com Git - apple/xnu.git/blame - osfmk/mach/telemetry_notification.defs
xnu-2782.40.9.tar.gz
[apple/xnu.git] / osfmk / mach / telemetry_notification.defs
CommitLineData
39236c6e
A
1/*
2 * Copyright (c) 2012, Apple Inc. All rights reserved.
3 */
4
5 /*
6 * Interface definition for the telemetry facility.
7 */
8
9subsystem
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
18simpleroutine telemetry_notification(
19 RequestPort telemetry_port : mach_port_t;
20 in flags : uint32_t);