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