platform_def.h 189 B

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