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