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