blob: 937824a1cf7bb179c5ce25685bc09975ed4eb238 [file] [log] [blame]
Pankaj Gupta77019102020-12-09 14:02:41 +05301/*
2 * Copyright 2020 NXP
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef ERRATA_H
8#define ERRATA_H
9
10#ifdef ERRATA_SOC_A050426
11void erratum_a050426(void);
12#endif
13
14#endif /* ERRATA_H */