errata.h 193 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright 2020 NXP
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef ERRATA_H
#define ERRATA_H

#ifdef ERRATA_SOC_A050426
void erratum_a050426(void);
#endif

#endif /* ERRATA_H */