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