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