arm-trusted-firmware/plat/nxp/common/soc_errata/errata.h

16 lines
189 B
C

/*
* Copyright 2020-2021 NXP
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
#ifndef ERRATA_H
#define ERRATA_H
#include "errata_list.h"
void soc_errata(void);
#endif /* ERRATA_H */