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