]>
Commit | Line | Data |
---|---|---|
c3c9b80d A |
1 | /* |
2 | * Copyright (c) 2020, 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 | iocompressionstats_notification 5600; | |
14 | ||
15 | #include <mach/std_types.defs> | |
16 | #include <mach/mach_types.defs> | |
17 | ||
18 | simpleroutine iocompressionstats_notification( | |
19 | RequestPort iocompressionstats_port : mach_port_t; | |
20 | in flags : uint32_t); |