xref: /rk3399_ARM-atf/plat/nxp/common/soc_errata/errata_list.h (revision e3a234971abb2402cbf376eca6fcb657a7709fae)
1 /*
2  * Copyright 2021 NXP
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  *
6  */
7 
8 #ifndef ERRATA_LIST_H
9 #define ERRATA_LIST_H
10 
11 #ifdef ERRATA_SOC_A050426
12 void erratum_a050426(void);
13 #endif
14 
15 #ifdef ERRATA_SOC_A008850
16 void erratum_a008850_early(void);
17 void erratum_a008850_post(void);
18 #endif
19 
20 #endif /* ERRATA_LIST_H */
21