14 lines
163 B
C
14 lines
163 B
C
/*
|
|
* Copyright 2020-2021 NXP
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*
|
|
*/
|
|
|
|
#ifndef ERRATA_H
|
|
#define ERRATA_H
|
|
|
|
void soc_errata(void);
|
|
|
|
#endif /* ERRATA_H */
|