2009-11-25 15:41:04 +00:00
|
|
|
/*
|
|
|
|
* Exported ksyms for the SSI FIQ handler
|
|
|
|
*
|
|
|
|
* Copyright (C) 2009, Sascha Hauer <s.hauer@pengutronix.de>
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
|
|
* published by the Free Software Foundation.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <linux/module.h>
|
|
|
|
|
2012-08-24 13:14:29 +00:00
|
|
|
#include <linux/platform_data/asoc-imx-ssi.h>
|
2009-11-25 15:41:04 +00:00
|
|
|
|
|
|
|
EXPORT_SYMBOL(imx_ssi_fiq_tx_buffer);
|
|
|
|
EXPORT_SYMBOL(imx_ssi_fiq_rx_buffer);
|
|
|
|
EXPORT_SYMBOL(imx_ssi_fiq_start);
|
|
|
|
EXPORT_SYMBOL(imx_ssi_fiq_end);
|
|
|
|
EXPORT_SYMBOL(imx_ssi_fiq_base);
|
|
|
|
|