Arnd Bergmann | f131a44 | 2019-09-03 11:31:09 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-only |
2 | |||||
3 | #include <linux/stddef.h> | ||||
4 | #include <linux/export.h> | ||||
5 | #include <linux/spi/s3c24xx-fiq.h> | ||||
6 | |||||
7 | EXPORT_SYMBOL(s3c24xx_spi_fiq_rx); | ||||
8 | EXPORT_SYMBOL(s3c24xx_spi_fiq_txrx); | ||||
9 | EXPORT_SYMBOL(s3c24xx_spi_fiq_tx); |