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