~ubuntu-branches/ubuntu/saucy/linux-n900/saucy

« back to all changes in this revision

Viewing changes to arch/cris/arch-v10/kernel/crisksyms.c

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Poirier
  • Date: 2011-02-18 09:43:31 UTC
  • Revision ID: james.westby@ubuntu.com-20110218094331-eyubsja4f9k0yhmq
Tags: 2.6.35-1.1
Initial release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include <linux/module.h>
 
2
#include <asm/io.h>
 
3
#include <arch/svinto.h>
 
4
 
 
5
/* Export shadow registers for the CPU I/O pins */
 
6
EXPORT_SYMBOL(genconfig_shadow);
 
7
EXPORT_SYMBOL(port_pa_data_shadow);
 
8
EXPORT_SYMBOL(port_pa_dir_shadow);
 
9
EXPORT_SYMBOL(port_pb_data_shadow);
 
10
EXPORT_SYMBOL(port_pb_dir_shadow);
 
11
EXPORT_SYMBOL(port_pb_config_shadow);
 
12
EXPORT_SYMBOL(port_g_data_shadow);
 
13
 
 
14
/* Cache flush functions */
 
15
EXPORT_SYMBOL(flush_etrax_cache);
 
16
EXPORT_SYMBOL(prepare_rx_descriptor);