platform_def.h 207 B

12345678910111213
  1. /*
  2. * Copyright 2018-2022 NXP
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef PLATFORM_DEF_H
  7. #define PLATFORM_DEF_H
  8. #include <plat_def.h>
  9. #include <plat_default_def.h>
  10. #endif /* PLATFORM_DEF_H */