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