Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / arch / cris / arch-v10 / kernel / crisksyms.c
1 // SPDX-License-Identifier: GPL-2.0
2 #include <linux/module.h>
3 #include <asm/io.h>
4 #include <arch/svinto.h>
5
6 /* Export shadow registers for the CPU I/O pins */
7 EXPORT_SYMBOL(genconfig_shadow);
8 EXPORT_SYMBOL(port_pa_data_shadow);
9 EXPORT_SYMBOL(port_pa_dir_shadow);
10 EXPORT_SYMBOL(port_pb_data_shadow);
11 EXPORT_SYMBOL(port_pb_dir_shadow);
12 EXPORT_SYMBOL(port_pb_config_shadow);
13 EXPORT_SYMBOL(port_g_data_shadow);
14
15 /* Cache flush functions */
16 EXPORT_SYMBOL(flush_etrax_cache);
17 EXPORT_SYMBOL(prepare_rx_descriptor);