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