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