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