xref: /kernel/linux/linux-5.10/arch/arm/mach-imx/ssi-fiq-ksym.c (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/arm/mach-imx/
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

Indexes created Thu Nov 07 10:32:03 CST 2024