xref: /aosp_15_r20/external/erofs-utils/lib/liberofs_uuid.h (revision 33b1fccf6a0fada2c2875d400ed01119b7676ee5)
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