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