xref: /xnu-11215/osfmk/device/device.modulemap (revision 5c2921b0)
1e6231be0SApple OSS Distributionsmodule Darwin.device [system] {
2e6231be0SApple OSS Distributions  header "device/device_types.h"
3e6231be0SApple OSS Distributions  #ifdef XNU_KERNEL_PRIVATE
4e6231be0SApple OSS Distributions  // device_port.h is in the public SDK for macOS, but
5e6231be0SApple OSS Distributions  // mastered out of the public SDK for the other OSes.
6e6231be0SApple OSS Distributions  #endif
7*5c2921b0SApple OSS Distributions  #ifdef XNU_PLATFORM_MacOSX
8e6231be0SApple OSS Distributions  header "device/device_port.h"
9e6231be0SApple OSS Distributions  #endif
10e6231be0SApple OSS Distributions
11e6231be0SApple OSS Distributions  export *
12e6231be0SApple OSS Distributions}
13