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