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