18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0-only
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Exported ksyms for the SSI FIQ handler
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Copyright (C) 2009, Sascha Hauer <s.hauer@pengutronix.de>
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci#include <linux/module.h>
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#include <linux/platform_data/asoc-imx-ssi.h>
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ciEXPORT_SYMBOL(imx_ssi_fiq_tx_buffer);
138c2ecf20Sopenharmony_ciEXPORT_SYMBOL(imx_ssi_fiq_rx_buffer);
148c2ecf20Sopenharmony_ciEXPORT_SYMBOL(imx_ssi_fiq_start);
158c2ecf20Sopenharmony_ciEXPORT_SYMBOL(imx_ssi_fiq_end);
168c2ecf20Sopenharmony_ciEXPORT_SYMBOL(imx_ssi_fiq_base);
178c2ecf20Sopenharmony_ci
18