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 #endif /* ERRATA_LIST_H */
16