errata.h 189 B

123456789101112131415
  1. /*
  2. * Copyright 2020-2021 NXP
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. *
  6. */
  7. #ifndef ERRATA_H
  8. #define ERRATA_H
  9. #include "errata_list.h"
  10. void soc_errata(void);
  11. #endif /* ERRATA_H */