Files
darling/platform-include/mach/telemetry_notification.defs
T
2014-12-04 01:11:22 +01:00

21 lines
399 B
Plaintext

/*
* Copyright (c) 2012, Apple Inc. All rights reserved.
*/
/*
* Interface definition for the telemetry facility.
*/
subsystem
#if KERNEL_USER
KernelUser
#endif /* KERNEL_USER */
telemetry_notification 5100;
#include <mach/std_types.defs>
#include <mach/mach_types.defs>
simpleroutine telemetry_notification(
RequestPort telemetry_port : mach_port_t;
in flags : uint32_t);