blob: 937824a1cf7bb179c5ce25685bc09975ed4eb238 [file] [log] [blame]
/*
* 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 */