blob: 74d23150df4d18a1c884003c3597fae9dc01440f [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
15#endif /* ERRATA_LIST_H */