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