blob: ae95fa20313b304f5fae1f76fe7324af0e3d4055 [file] [log] [blame]
Jiafei Pan41fe2d72021-08-24 12:01:27 +08001/*
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
12void erratum_a050426(void);
13#endif
14
Jiafei Pan0b960e12021-10-21 16:57:58 +080015#ifdef ERRATA_SOC_A008850
16void erratum_a008850_early(void);
17void erratum_a008850_post(void);
18#endif
19
Jiafei Pan41fe2d72021-08-24 12:01:27 +080020#endif /* ERRATA_LIST_H */