xref: /optee_os/lib/libutee/include/pta_imx_digprog.h (revision a4c2e0cb4e4fcb0c760fb3daf9172e682a4e3628)
1 /* SPDX-License-Identifier: BSD-2-Clause */
2 /*
3  * Copyright 2021 NXP
4  */
5 #ifndef __PTA_IMX_DIGPROG_H__
6 #define __PTA_IMX_DIGPROG_H__
7 
8 #define PTA_DIGPROG_UUID { 0xbfdbe409, 0x3302, 0x4abf, \
9 	{ 0x99, 0xbc, 0x5f, 0x62, 0x32, 0x26, 0xa7, 0x39 } }
10 
11 #endif /* __PTA_IMX_DIGPROG_H__ */
12