xref: /xnu-11215.1.10/osfmk/mach_debug/mach_debug.modulemap (revision 8d741a5de7ff4191bf97d57b9f54c2f6d4a15585)
1module Darwin.Mach.debug [system] {
2  umbrella "mach_debug"
3
4  export *
5  module * { export * }
6}
7