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