Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ksyms.c
Go to the documentation of this file.
1 /*
2  * linux/arch/unicore32/kernel/ksyms.c
3  *
4  * Code specific to PKUnity SoC and UniCore ISA
5  *
6  * Copyright (C) 2001-2010 GUAN Xue-tao
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License version 2 as
10  * published by the Free Software Foundation.
11  */
12 #include <linux/module.h>
13 #include <linux/sched.h>
14 #include <linux/string.h>
15 #include <linux/cryptohash.h>
16 #include <linux/delay.h>
17 #include <linux/in6.h>
18 #include <linux/syscalls.h>
19 #include <linux/uaccess.h>
20 #include <linux/io.h>
21 
22 #include <asm/checksum.h>
23 
24 #include "ksyms.h"
25 
28 
30 
31  /* platform dependent support */
34 
35  /* networking */
40 
41  /* io */
42 #ifndef __raw_readsb
44 #endif
45 #ifndef __raw_readsw
47 #endif
48 #ifndef __raw_readsl
50 #endif
51 #ifndef __raw_writesb
53 #endif
54 #ifndef __raw_writesw
56 #endif
57 #ifndef __raw_writesl
59 #endif
60 
61  /* string / mem functions */
68 
69  /* user mem (segment) */
72 
74 
78 
82 
87 
98