1 /*
2  * Copyright 2021 NXP
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef PDEF_TBB_KEY_H
8 #define PDEF_TBB_KEY_H
9 
10 #include <tbbr/tbb_key.h>
11 
12 /*
13  * Enumerate the pltform defined keys that are used to establish the chain of trust
14  */
15 enum {
16 	DDR_FW_CONTENT_KEY = NON_TRUSTED_FW_CONTENT_CERT_KEY + 1,
17 };
18 #endif /* PDEF_TBB_KEY_H */
19