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