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