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