blob: 74d23150df4d18a1c884003c3597fae9dc01440f [file] [log] [blame]
/*
* Copyright 2021 NXP
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
#ifndef ERRATA_LIST_H
#define ERRATA_LIST_H
#ifdef ERRATA_SOC_A050426
void erratum_a050426(void);
#endif
#endif /* ERRATA_LIST_H */