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