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