xref: /xnu-8020.140.41/osfmk/mach_debug/mach_debug.modulemap (revision 27b03b360a988dfd3dfdf34262bb0042026747cc)
1*27b03b36SApple OSS Distributionsmodule Darwin.Mach.debug [system] {
2*27b03b36SApple OSS Distributions  umbrella "mach_debug"
3*27b03b36SApple OSS Distributions
4*27b03b36SApple OSS Distributions  export *
5*27b03b36SApple OSS Distributions  module * { export * }
6*27b03b36SApple OSS Distributions}
7