1*43a90889SApple OSS Distributionsmodule Darwin.device [system] { 2*43a90889SApple OSS Distributions header "device/device_types.h" 3*43a90889SApple OSS Distributions #ifdef XNU_KERNEL_PRIVATE 4*43a90889SApple OSS Distributions // device_port.h is in the public SDK for macOS, but 5*43a90889SApple OSS Distributions // mastered out of the public SDK for the other OSes. 6*43a90889SApple OSS Distributions #endif 7*43a90889SApple OSS Distributions #ifdef XNU_PLATFORM_MacOSX 8*43a90889SApple OSS Distributions header "device/device_port.h" 9*43a90889SApple OSS Distributions #endif 10*43a90889SApple OSS Distributions 11*43a90889SApple OSS Distributions export * 12*43a90889SApple OSS Distributions} 13