/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2000-2003 Silicon Graphics, Inc. All rights reserved. */ /* * Architecture-specific kernel symbols */ #include #include #include #include #include #include extern vertex_hdl_t base_io_scsi_ctlr_vhdl[]; #include extern cnodeid_t master_node_get(devfs_handle_t vhdl); #include EXPORT_SYMBOL(base_io_scsi_ctlr_vhdl); EXPORT_SYMBOL(master_node_get); /* * symbols referenced by the PCIBA module */ #include #include #include #include devfs_handle_t devfn_to_vertex(unsigned char busnum, unsigned int devfn); EXPORT_SYMBOL(devfn_to_vertex); EXPORT_SYMBOL(hwgraph_vertex_unref); EXPORT_SYMBOL(pciio_config_get); EXPORT_SYMBOL(pciio_info_slot_get); EXPORT_SYMBOL(hwgraph_edge_add); EXPORT_SYMBOL(pciio_info_master_get); EXPORT_SYMBOL(pciio_info_get); #ifdef CONFIG_IA64_SGI_SN_DEBUG EXPORT_SYMBOL(__pa_debug); EXPORT_SYMBOL(__va_debug); #endif /* Support IPIs for loaded modules. */ EXPORT_SYMBOL(sn_send_IPI_phys); /* symbols referenced by partitioning modules */ #include EXPORT_SYMBOL(bte_copy); EXPORT_SYMBOL(bte_unaligned_copy); #include EXPORT_SYMBOL(ia64_sal); EXPORT_SYMBOL(physical_node_map); #include EXPORT_SYMBOL(sal_lock); EXPORT_SYMBOL(sn_partid); EXPORT_SYMBOL(sn_local_partid); EXPORT_SYMBOL(sn_system_serial_number_string); EXPORT_SYMBOL(sn_partition_serial_number); EXPORT_SYMBOL(sn_mmiob); /* added by tduffy 04.08.01 to fix depmod issues */ #include extern nasid_t master_nasid; EXPORT_SYMBOL(master_nasid); EXPORT_SYMBOL(sn_flush_all_caches);