xref: /xnu-11215/bsd/uuid/uuid.modulemap (revision e6231be0)
1module Darwin.uuid [system] {
2  header "uuid/uuid.h"
3  export *
4}
5