android13/external/arm-trusted-firmware/include/common/uuid.h

16 lines
280 B
C
Raw Normal View History

2024-06-22 08:45:49 -04:00
/*
* 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 */