aboutsummaryrefslogtreecommitdiff
path: root/include/common/uuid.h
blob: 5651d0d583e7bfc07cd925ea576a4448707713ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (c) 2021, Arm Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef UUID_H
#define UUID_H

#define UUID_BYTES_LENGTH	16
#define UUID_STRING_LENGTH	36

int read_uuid(uint8_t *dest, char *uuid);

#endif /* UUID_H */