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