aboutsummaryrefslogtreecommitdiff
path: root/protocols/service/crypto/packed-c/close_key.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/service/crypto/packed-c/close_key.h')
-rw-r--r--protocols/service/crypto/packed-c/close_key.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/protocols/service/crypto/packed-c/close_key.h b/protocols/service/crypto/packed-c/close_key.h
new file mode 100644
index 000000000..db66c18a2
--- /dev/null
+++ b/protocols/service/crypto/packed-c/close_key.h
@@ -0,0 +1,17 @@
+/*
+ * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved.
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef TS_CRYPTO_CLOSE_KEY_H
+#define TS_CRYPTO_CLOSE_KEY_H
+
+#include <stdint.h>
+
+/* Mandatory fixed sized input parameters */
+struct __attribute__ ((__packed__)) ts_crypto_close_key_in
+{
+ uint32_t handle;
+};
+
+#endif /* TS_CRYPTO_CLOSE_KEY_H */ \ No newline at end of file