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