xref
: /
xnu-8792.81.2
/
libkern
/
firehose
/
module.modulemap
(revision 19c3b8c28c31cb8130e034cfb5df6bf9ba342d90)
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