xref
: /
xnu-10063.141.1
/
libkern
/
firehose
/
module.modulemap
(revision d8b80295118ef25ac3a784134bcf95cd8e88109f)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
module firehose [system] {
2
umbrella header "
private.h
"
3
4
export *
5
module * { export * }
6
}
7