[VLAN]: Create proc entries in the proper net.
[deliverable/linux.git] / arch / v850 / kernel / v850_ksyms.c
CommitLineData
1da177e4
LT
1#include <linux/module.h>
2#include <linux/linkage.h>
3#include <linux/sched.h>
4#include <linux/string.h>
5#include <linux/mm.h>
6#include <linux/user.h>
7#include <linux/elfcore.h>
8#include <linux/in6.h>
9#include <linux/interrupt.h>
1da177e4
LT
10
11#include <asm/pgalloc.h>
12#include <asm/irq.h>
13#include <asm/io.h>
14#include <asm/semaphore.h>
15#include <asm/checksum.h>
16#include <asm/current.h>
17
18
19extern void *trap_table;
20EXPORT_SYMBOL (trap_table);
21
22/* platform dependent support */
1da177e4 23EXPORT_SYMBOL (kernel_thread);
1da177e4
LT
24EXPORT_SYMBOL (__bug);
25
26/* Networking helper routines. */
9d3d4195 27EXPORT_SYMBOL (csum_partial_copy_nocheck);
1da177e4
LT
28EXPORT_SYMBOL (csum_partial_copy_from_user);
29EXPORT_SYMBOL (ip_compute_csum);
30EXPORT_SYMBOL (ip_fast_csum);
31
32/* string / mem functions */
1da177e4
LT
33EXPORT_SYMBOL (memset);
34EXPORT_SYMBOL (memcpy);
35EXPORT_SYMBOL (memmove);
1da177e4
LT
36
37/* semaphores */
38EXPORT_SYMBOL (__down);
39EXPORT_SYMBOL (__down_interruptible);
40EXPORT_SYMBOL (__down_trylock);
41EXPORT_SYMBOL (__up);
42
43/*
44 * libgcc functions - functions that are used internally by the
45 * compiler... (prototypes are not correct though, but that
46 * doesn't really matter since they're not versioned).
47 */
48extern void __ashldi3 (void);
49extern void __ashrdi3 (void);
50extern void __lshrdi3 (void);
51extern void __muldi3 (void);
52extern void __negdi2 (void);
53
54EXPORT_SYMBOL (__ashldi3);
55EXPORT_SYMBOL (__ashrdi3);
56EXPORT_SYMBOL (__lshrdi3);
57EXPORT_SYMBOL (__muldi3);
58EXPORT_SYMBOL (__negdi2);
This page took 0.330089 seconds and 5 git commands to generate.