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