Skip to content

Commit 9c650cc

Browse files
UVV-ghjenswi-linaro
authored andcommitted
pta: Add a missing header
BIT macros require the utils header. Signed-off-by: Vyacheslav Yurkov <[email protected]> Reviewed-by: Etienne Carriere <[email protected]>
1 parent 33919ff commit 9c650cc

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

lib/libutee/include/pta_rtc.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#define __PTA_RTC_H
77

88
#include <tee_api_types.h>
9+
#include <util.h>
910

1011
#define PTA_RTC_UUID { 0xf389f8c8, 0x845f, 0x496c, \
1112
{ 0x8b, 0xbe, 0xd6, 0x4b, 0xd2, 0x4c, 0x92, 0xfd } }

lib/libutee/include/pta_scmi_client.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#ifndef PTA_SCMI_CLIENT_H
66
#define PTA_SCMI_CLIENT_H
77

8+
#include <util.h>
9+
810
#define PTA_SCMI_UUID { 0xa8cfe406, 0xd4f5, 0x4a2e, \
911
{ 0x9f, 0x8d, 0xa2, 0x5d, 0xc7, 0x54, 0xc0, 0x99 } }
1012

lib/libutee/include/pta_stm32mp_bsec.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#ifndef __PTA_STM32MP_BSEC_H
77
#define __PTA_STM32MP_BSEC_H
88

9+
#include <util.h>
10+
911
#define PTA_BSEC_UUID { 0x94cf71ad, 0x80e6, 0x40b5, \
1012
{ 0xa7, 0xc6, 0x3d, 0xc5, 0x01, 0xeb, 0x28, 0x03 } }
1113

0 commit comments

Comments
 (0)