xref: /OK3568_Linux_fs/kernel/arch/arm/mach-s3c/irq-s3c24xx-fiq-exports.c (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun // SPDX-License-Identifier: GPL-2.0-only
2*4882a593Smuzhiyun 
3*4882a593Smuzhiyun #include <linux/stddef.h>
4*4882a593Smuzhiyun #include <linux/export.h>
5*4882a593Smuzhiyun #include <linux/spi/s3c24xx-fiq.h>
6*4882a593Smuzhiyun 
7*4882a593Smuzhiyun EXPORT_SYMBOL(s3c24xx_spi_fiq_rx);
8*4882a593Smuzhiyun EXPORT_SYMBOL(s3c24xx_spi_fiq_txrx);
9*4882a593Smuzhiyun EXPORT_SYMBOL(s3c24xx_spi_fiq_tx);
10