stm32mp1_ddr_helpers.h 250 B

123456789101112
  1. /*
  2. * Copyright (c) 2017-2018, STMicroelectronics - All Rights Reserved
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef STM32MP1_DDR_HELPERS_H
  7. #define STM32MP1_DDR_HELPERS_H
  8. void ddr_enable_clock(void);
  9. #endif /* STM32MP1_DDR_HELPERS_H */