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