/* * 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 #include simpleroutine telemetry_notification( RequestPort telemetry_port : mach_port_t; in flags : uint32_t);