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