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