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