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