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