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