/arch/cris/arch-v10/kernel/crisksyms.c

https://bitbucket.org/evzijst/gittest · C · 17 lines · 13 code · 2 blank · 2 comment · 0 complexity · 651f8454dc98a81a305c06523a6d1446 MD5 · raw file

  1. #include <linux/config.h>
  2. #include <linux/module.h>
  3. #include <asm/io.h>
  4. #include <asm/arch/svinto.h>
  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. /* Cache flush functions */
  14. EXPORT_SYMBOL(flush_etrax_cache);
  15. EXPORT_SYMBOL(prepare_rx_descriptor);