blob: f47fca445ef67f6e06618923835efd95b452c4a3 [file] [log] [blame]
Lionel Debieve923e4d32019-09-24 17:44:28 +02001/*
2 * Copyright (c) 2019, STMicroelectronics - All Rights Reserved
3 *
4 * SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
5 */
6
7#ifndef STM32_QSPI_H
8#define STM32_QSPI_H
9
10int stm32_qspi_init(void);
11
12#endif /* STM32_QSPI_H */