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