1 /*
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  */
15 enum {
16 	ETHOSN_NPU_FW_CONTENT_CERT_KEY =
17 		NON_TRUSTED_FW_CONTENT_CERT_KEY + 1,
18 };
19 #endif /* JUNO_TBB_KEY_H */
20