Define the psa wrapper functions as static inline

This is a commit from Thomas Daubney.

Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
Signed-off-by: Xiaokang Qian <xiaokang.qian@arm.com>
This commit is contained in:
Thomas Daubney
2023-07-04 14:38:06 +01:00
committed by Xiaokang Qian
parent fc9fc334de
commit 7046468a02
5 changed files with 127 additions and 127 deletions

View File

@@ -22,7 +22,6 @@
#include "p256-m_driver_entrypoints.h"
#include "p256-m/p256-m.h"
#include "psa/crypto.h"
#include "psa_crypto_driver_wrappers.h"
#include <stddef.h>
#include <string.h>