sn_ksyms.c
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:1k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /* 
  2.  * This file is subject to the terms and conditions of the GNU General Public
  3.  * License.  See the file "COPYING" in the main directory of this archive
  4.  * for more details.
  5.  *
  6.  * Copyright (C) 2000-2002 Silicon Graphics, Inc. All rights reserved.
  7.  */
  8. /*
  9.  * Architecture-specific kernel symbols
  10.  */
  11. #include <linux/config.h>
  12. #include <linux/module.h>
  13. #include <asm/machvec.h>
  14. #include <asm/sn/intr.h>
  15. #include <linux/mm.h>
  16. #include <linux/devfs_fs_kernel.h>
  17. extern devfs_handle_t          base_io_scsi_ctlr_vhdl[];
  18. #include <asm/sn/types.h>
  19. extern cnodeid_t master_node_get(devfs_handle_t vhdl);
  20. #include <asm/sn/arch.h>
  21. EXPORT_SYMBOL(base_io_scsi_ctlr_vhdl);
  22. EXPORT_SYMBOL(master_node_get);
  23. /*
  24.  * symbols referenced by the PCIBA module
  25.  */
  26. #include <asm/sn/invent.h>
  27. #include <asm/sn/hack.h>
  28. #include <asm/sn/hcl.h>
  29. #include <asm/sn/pci/pciio.h>
  30. devfs_handle_t
  31. devfn_to_vertex(unsigned char busnum, unsigned int devfn);
  32. EXPORT_SYMBOL(devfn_to_vertex);
  33. EXPORT_SYMBOL(hwgraph_vertex_unref);
  34. EXPORT_SYMBOL(pciio_config_get);
  35. EXPORT_SYMBOL(pciio_info_slot_get);
  36. EXPORT_SYMBOL(hwgraph_edge_add);
  37. EXPORT_SYMBOL(pciio_info_master_get);
  38. EXPORT_SYMBOL(pciio_info_get);
  39. #ifdef CONFIG_IA64_SGI_SN_DEBUG
  40. EXPORT_SYMBOL(__pa_debug);
  41. EXPORT_SYMBOL(__va_debug);
  42. #endif
  43. /* Support IPIs for loaded modules. */
  44. EXPORT_SYMBOL(sn_send_IPI_phys);
  45. #include <linux/mmzone.h>