Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
sparc_ksyms_32.c
Go to the documentation of this file.
1 /*
2  * arch/sparc/kernel/ksyms.c: Sparc specific ksyms support.
3  *
4  * Copyright (C) 1996 David S. Miller ([email protected])
5  * Copyright (C) 1996 Eddie C. Dost ([email protected])
6  */
7 
8 #include <linux/module.h>
9 #include <linux/init.h>
10 
11 #include <asm/pgtable.h>
12 #include <asm/uaccess.h>
13 #include <asm/delay.h>
14 #include <asm/head.h>
15 #include <asm/dma.h>
16 
17 struct poll {
18  int fd;
19  short events;
20  short revents;
21 };
22 
23 /* from entry.S */
26 
27 /* from head_32.S */
30 
31 /* Exporting a symbol from /init/main.c */