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