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