xref: /rk3399_ARM-atf/plat/nxp/common/soc_errata/errata.h (revision 3ba2c15147cc0c86342a443cd0cbfab3d2931c06)
1 /*
2  * Copyright 2020-2021 NXP
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  *
6  */
7 
8 #ifndef ERRATA_H
9 #define ERRATA_H
10 
11 #include "errata_list.h"
12 
13 void soc_errata(void);
14 
15 #endif /* ERRATA_H */
16