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