aboutsummaryrefslogtreecommitdiff
path: root/components/service/secure_storage/client/psa/its/its_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/service/secure_storage/client/psa/its/its_client.h')
-rw-r--r--components/service/secure_storage/client/psa/its/its_client.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/components/service/secure_storage/client/psa/its/its_client.h b/components/service/secure_storage/client/psa/its/its_client.h
deleted file mode 100644
index b8b72090d..000000000
--- a/components/service/secure_storage/client/psa/its/its_client.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved.
- *
- * SPDX-License-Identifier: BSD-3-Clause
- */
-
-#ifndef PSA_ITS_CLIENT_H
-#define PSA_ITS_CLIENT_H
-
-#include <psa/error.h>
-#include <rpc_caller.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/**
- * @brief Assignes a concrete rpc caller to the ITS library and initialises
- * the library state.
- *
- * @param[in] rpc_caller RPC caller instance
- *
- * @return A status indicating the success/failure of the operation
- */
-psa_status_t psa_its_client_init(struct rpc_caller *caller);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* PSA_ITS_CLIENT_H */