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