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