Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
sparc_ksyms_64.c
Go to the documentation of this file.
1 /* arch/sparc64/kernel/sparc64_ksyms.c: Sparc64 specific ksyms support.
2  *
3  * Copyright (C) 1996, 2007 David S. Miller ([email protected])
4  * Copyright (C) 1996 Eddie C. Dost ([email protected])
5  * Copyright (C) 1999 Jakub Jelinek ([email protected])
6  */
7 
8 #include <linux/export.h>
9 #include <linux/pci.h>
10 #include <linux/init.h>
11 #include <linux/bitops.h>
12 
13 #include <asm/cpudata.h>
14 #include <asm/uaccess.h>
15 #include <asm/spitfire.h>
16 #include <asm/oplib.h>
17 #include <asm/hypervisor.h>
18 #include <asm/cacheflush.h>
19 
20 struct poll {
21  int fd;
22  short events;
23  short revents;
24 };
25 
26 /* from helpers.S */
29 
30 /* from head_64.S */
33 EXPORT_SYMBOL(sun4v_chip_type);
35 
36 /* from hvcalls.S */
41 
42 /* from hweight.S */
43 EXPORT_SYMBOL(__arch_hweight8);
44 EXPORT_SYMBOL(__arch_hweight16);
45 EXPORT_SYMBOL(__arch_hweight32);
46 EXPORT_SYMBOL(__arch_hweight64);
47 
48 /* from ffs_ffz.S */
51 
52 /* Exporting a symbol from /init/main.c */