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