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