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