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