Sign in
android
/
kernel
/
common
/
42df7835f67d178ffe36fb06e16790d89b0cb13b
/
.
/
arch
/
arm
/
mach-s3c
/
irq-s3c24xx-fiq-exports.c
blob: 84cf86376ded5598bd09855c8e2354f23796342b [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0-only
#include
<linux/stddef.h>
#include
<linux/export.h>
#include
<linux/spi/s3c24xx-fiq.h>
EXPORT_SYMBOL
(
s3c24xx_spi_fiq_rx
);
EXPORT_SYMBOL
(
s3c24xx_spi_fiq_txrx
);
EXPORT_SYMBOL
(
s3c24xx_spi_fiq_tx
);