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