blob: 9576b9d8c3885c3524aa2cba38cb3d9dc2dabc3d [file] [log] [blame]
Mohamed Elzahhar94349032022-11-16 12:05:37 +00001/*
2 * Copyright (c) 2023, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef JUNO_TBB_KEY_H
8#define JUNO_TBB_KEY_H
9
10#include <tbbr/tbb_key.h>
11
12/*
13 * Juno platform keys that are used to establish the COT
14 */
15enum {
16 ETHOSN_NPU_FW_CONTENT_CERT_KEY =
17 NON_TRUSTED_FW_CONTENT_CERT_KEY + 1,
18};
19#endif /* JUNO_TBB_KEY_H */