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