blob: e3c56017e03719bd87fd127e0a2cf95b31ba675f [file] [log] [blame]
Julian Hall8359a632021-07-08 15:10:30 +01001/*
2 * Copyright (c) 2021, Arm Limited and Contributors. All rights reserved.
3 * SPDX-License-Identifier: BSD-3-Clause
4 */
5
6#ifndef TS_CRYPTO_PURGE_KEY_H
7#define TS_CRYPTO_PURGE_KEY_H
8
9#include <stdint.h>
10
11/* Mandatory fixed sized input parameters */
12struct __attribute__ ((__packed__)) ts_crypto_purge_key_in
13{
14 uint32_t id;
15};
16
17#endif /* TS_CRYPTO_PURGE_KEY_H */