Skip to content

Commit 6c2e6f5

Browse files
Oren Cohenadbridge
authored andcommitted
TF-M patch: Add necessary include in tfm_ns_lock.h
1 parent 251b4c1 commit 6c2e6f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/TARGET_PSA/TARGET_TFM/interface/include/tfm_ns_lock.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ extern "C" {
1212
#endif
1313

1414
#include <stdint.h>
15+
#include "tfm_api.h"
1516

1617
typedef int32_t (*veneer_fn) (uint32_t arg0, uint32_t arg1,
1718
uint32_t arg2, uint32_t arg3);

0 commit comments

Comments
 (0)