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