mirror of https://github.com/ARMmbed/mbed-os.git
TF-M patch: Add necessary include in tfm_ns_lock.h
parent
ea81bf91c9
commit
5342015bb1
|
@ -12,6 +12,7 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include "tfm_api.h"
|
||||||
|
|
||||||
typedef int32_t (*veneer_fn) (uint32_t arg0, uint32_t arg1,
|
typedef int32_t (*veneer_fn) (uint32_t arg0, uint32_t arg1,
|
||||||
uint32_t arg2, uint32_t arg3);
|
uint32_t arg2, uint32_t arg3);
|
||||||
|
|
Loading…
Reference in New Issue