David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | // SPDX-License-Identifier: GPL-2.0-only |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | /* |
| 3 | * Exported ksyms for the SSI FIQ handler |
| 4 | * |
| 5 | * Copyright (C) 2009, Sascha Hauer <s.hauer@pengutronix.de> |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | #include <linux/module.h> |
| 9 | |
| 10 | #include <linux/platform_data/asoc-imx-ssi.h> |
| 11 | |
| 12 | EXPORT_SYMBOL(imx_ssi_fiq_tx_buffer); |
| 13 | EXPORT_SYMBOL(imx_ssi_fiq_rx_buffer); |
| 14 | EXPORT_SYMBOL(imx_ssi_fiq_start); |
| 15 | EXPORT_SYMBOL(imx_ssi_fiq_end); |
| 16 | EXPORT_SYMBOL(imx_ssi_fiq_base); |
| 17 | |