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 void soc_errata(void);
12 
13 #endif /* ERRATA_H */
14