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