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