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