Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
sparc
kernel
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 */
24
EXPORT_SYMBOL
(
__udelay
);
25
EXPORT_SYMBOL
(
__ndelay
);
26
27
/* from head_32.S */
28
EXPORT_SYMBOL
(
__ret_efault
);
29
EXPORT_SYMBOL
(
empty_zero_page
);
30
31
/* Exporting a symbol from /init/main.c */
32
EXPORT_SYMBOL
(
saved_command_line
);
Generated on Thu Jan 10 2013 13:18:33 for Linux Kernel by
1.8.2