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