[CRIS] Move header files from include to arch/cris/include.
[linux-2.6-block.git] / arch / cris / arch-v10 / kernel / crisksyms.c
CommitLineData
1da177e4
LT
1#include <linux/module.h>
2#include <asm/io.h>
556dcee7 3#include <arch/svinto.h>
1da177e4
LT
4
5/* Export shadow registers for the CPU I/O pins */
6EXPORT_SYMBOL(genconfig_shadow);
7EXPORT_SYMBOL(port_pa_data_shadow);
8EXPORT_SYMBOL(port_pa_dir_shadow);
9EXPORT_SYMBOL(port_pb_data_shadow);
10EXPORT_SYMBOL(port_pb_dir_shadow);
11EXPORT_SYMBOL(port_pb_config_shadow);
12EXPORT_SYMBOL(port_g_data_shadow);
13
14/* Cache flush functions */
15EXPORT_SYMBOL(flush_etrax_cache);
16EXPORT_SYMBOL(prepare_rx_descriptor);