stm32_qspi.h 225 B

123456789101112
  1. /*
  2. * Copyright (c) 2019, STMicroelectronics - All Rights Reserved
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
  5. */
  6. #ifndef STM32_QSPI_H
  7. #define STM32_QSPI_H
  8. int stm32_qspi_init(void);
  9. #endif /* STM32_QSPI_H */