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