2007-07-14 13:23:37 +04:00
/* arch/sparc64/kernel/sparc64_ksyms.c: Sparc64 specific ksyms support.
2005-04-17 02:20:36 +04:00
*
2007-07-14 13:23:37 +04:00
* Copyright ( C ) 1996 , 2007 David S . Miller ( davem @ davemloft . net )
2005-04-17 02:20:36 +04:00
* Copyright ( C ) 1996 Eddie C . Dost ( ecd @ skynet . be )
* Copyright ( C ) 1999 Jakub Jelinek ( jj @ ultra . linux . cz )
*/
# include <linux/module.h>
# include <linux/pci.h>
# include <linux/init.h>
# include <asm/system.h>
# include <asm/cpudata.h>
2009-01-09 03:58:20 +03:00
# include <asm/uaccess.h>
# include <asm/spitfire.h>
# include <asm/oplib.h>
2008-11-28 13:26:55 +03:00
# include <asm/hypervisor.h>
2005-04-17 02:20:36 +04:00
struct poll {
int fd ;
short events ;
short revents ;
} ;
2009-01-09 03:58:20 +03:00
/* from helpers.S */
2005-04-17 02:20:36 +04:00
EXPORT_SYMBOL ( __flushw_user ) ;
2009-01-09 03:58:20 +03:00
EXPORT_SYMBOL_GPL ( real_hard_smp_processor_id ) ;
2005-04-17 02:20:36 +04:00
2009-01-09 03:58:20 +03:00
/* from head_64.S */
EXPORT_SYMBOL ( __ret_efault ) ;
2005-04-17 02:20:36 +04:00
EXPORT_SYMBOL ( tlb_type ) ;
2007-08-09 04:11:39 +04:00
EXPORT_SYMBOL ( sun4v_chip_type ) ;
2009-01-09 03:58:20 +03:00
EXPORT_SYMBOL ( prom_root_node ) ;
2005-04-17 02:20:36 +04:00
2009-01-09 03:58:20 +03:00
/* from hvcalls.S */
2008-11-28 13:26:55 +03:00
EXPORT_SYMBOL ( sun4v_niagara_getperf ) ;
EXPORT_SYMBOL ( sun4v_niagara_setperf ) ;
EXPORT_SYMBOL ( sun4v_niagara2_getperf ) ;
EXPORT_SYMBOL ( sun4v_niagara2_setperf ) ;
2005-04-17 02:20:36 +04:00
# ifdef CONFIG_PCI
2009-01-09 03:58:20 +03:00
/* inline functions in asm/pci_64.h */
2005-04-17 02:20:36 +04:00
EXPORT_SYMBOL ( pci_alloc_consistent ) ;
EXPORT_SYMBOL ( pci_free_consistent ) ;
EXPORT_SYMBOL ( pci_map_single ) ;
EXPORT_SYMBOL ( pci_unmap_single ) ;
EXPORT_SYMBOL ( pci_map_sg ) ;
EXPORT_SYMBOL ( pci_unmap_sg ) ;
EXPORT_SYMBOL ( pci_dma_sync_single_for_cpu ) ;
EXPORT_SYMBOL ( pci_dma_sync_sg_for_cpu ) ;
# endif
2009-01-09 03:58:20 +03:00
/* Exporting a symbol from /init/main.c */
2005-04-17 02:20:36 +04:00
EXPORT_SYMBOL ( saved_command_line ) ;