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