sh_ksyms_64.c 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /*
  2. * arch/sh/kernel/sh_ksyms_64.c
  3. *
  4. * Copyright (C) 2000, 2001 Paolo Alberelli
  5. *
  6. * This file is subject to the terms and conditions of the GNU General Public
  7. * License. See the file "COPYING" in the main directory of this archive
  8. * for more details.
  9. */
  10. #include <linux/rwsem.h>
  11. #include <linux/module.h>
  12. #include <linux/smp.h>
  13. #include <linux/user.h>
  14. #include <linux/elfcore.h>
  15. #include <linux/sched.h>
  16. #include <linux/in6.h>
  17. #include <linux/interrupt.h>
  18. #include <linux/screen_info.h>
  19. #include <asm/cacheflush.h>
  20. #include <asm/processor.h>
  21. #include <asm/uaccess.h>
  22. #include <asm/checksum.h>
  23. #include <asm/io.h>
  24. #include <asm/delay.h>
  25. #include <asm/irq.h>
  26. EXPORT_SYMBOL(__put_user_asm_b);
  27. EXPORT_SYMBOL(__put_user_asm_w);
  28. EXPORT_SYMBOL(__put_user_asm_l);
  29. EXPORT_SYMBOL(__put_user_asm_q);
  30. EXPORT_SYMBOL(__get_user_asm_b);
  31. EXPORT_SYMBOL(__get_user_asm_w);
  32. EXPORT_SYMBOL(__get_user_asm_l);
  33. EXPORT_SYMBOL(__get_user_asm_q);
  34. EXPORT_SYMBOL(__clear_user);
  35. EXPORT_SYMBOL(copy_page);
  36. EXPORT_SYMBOL(__copy_user);
  37. EXPORT_SYMBOL(empty_zero_page);
  38. EXPORT_SYMBOL(memcpy);
  39. EXPORT_SYMBOL(memset);
  40. EXPORT_SYMBOL(__udelay);
  41. EXPORT_SYMBOL(__ndelay);
  42. EXPORT_SYMBOL(__const_udelay);
  43. EXPORT_SYMBOL(strlen);
  44. EXPORT_SYMBOL(strcpy);
  45. /* Ugh. These come in from libgcc.a at link time. */
  46. #define DECLARE_EXPORT(name) extern void name(void);EXPORT_SYMBOL(name)
  47. DECLARE_EXPORT(__sdivsi3);
  48. DECLARE_EXPORT(__sdivsi3_1);
  49. DECLARE_EXPORT(__sdivsi3_2);
  50. DECLARE_EXPORT(__udivsi3);
  51. DECLARE_EXPORT(__div_table);