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