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