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