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