xref: /xnu-11215.1.10/libkern/firehose/module.modulemap (revision 8d741a5de7ff4191bf97d57b9f54c2f6d4a15585)
1module firehose [system] {
2  umbrella header "private.h"
3
4  export *
5  module * { export * }
6}
7