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