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);
21