• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0+ OR Apache-2.0 */
2 #ifndef __EROFS_LIB_UUID_H
3 #define __EROFS_LIB_UUID_H
4 
5 void erofs_uuid_generate(unsigned char *out);
6 void erofs_uuid_unparse_lower(const unsigned char *buf, char *out);
7 int erofs_uuid_parse(const char *in, unsigned char *uu);
8 
9 #endif
10