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