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