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