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