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