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