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