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