1*e91fa6a0SClement Faure /* SPDX-License-Identifier: BSD-2-Clause */ 2*e91fa6a0SClement Faure /* 3*e91fa6a0SClement Faure * Copyright 2021 NXP 4*e91fa6a0SClement Faure */ 5*e91fa6a0SClement Faure #ifndef __PTA_IMX_DIGPROG_H__ 6*e91fa6a0SClement Faure #define __PTA_IMX_DIGPROG_H__ 7*e91fa6a0SClement Faure 8*e91fa6a0SClement Faure #define PTA_DIGPROG_UUID { 0xbfdbe409, 0x3302, 0x4abf, \ 9*e91fa6a0SClement Faure { 0x99, 0xbc, 0x5f, 0x62, 0x32, 0x26, 0xa7, 0x39 } } 10*e91fa6a0SClement Faure 11*e91fa6a0SClement Faure #endif /* __PTA_IMX_DIGPROG_H__ */ 12