Merge remote-tracking branch 'asoc/topic/topology' into asoc-next
[deliverable/linux.git] / arch / powerpc / lib / ppc_ksyms.c
CommitLineData
7b20a955
AB
1#include <linux/string.h>
2#include <linux/uaccess.h>
3#include <linux/bitops.h>
4#include <net/checksum.h>
5
6EXPORT_SYMBOL(memcpy);
7EXPORT_SYMBOL(memset);
8EXPORT_SYMBOL(memmove);
9EXPORT_SYMBOL(memcmp);
10EXPORT_SYMBOL(memchr);
7b20a955
AB
11
12EXPORT_SYMBOL(strcpy);
13EXPORT_SYMBOL(strncpy);
14EXPORT_SYMBOL(strcat);
15EXPORT_SYMBOL(strlen);
16EXPORT_SYMBOL(strcmp);
17EXPORT_SYMBOL(strncmp);
18
19#ifndef CONFIG_GENERIC_CSUM
7e393220 20EXPORT_SYMBOL(__csum_partial);
7b20a955 21EXPORT_SYMBOL(csum_partial_copy_generic);
7b20a955
AB
22#endif
23
24EXPORT_SYMBOL(__copy_tofrom_user);
25EXPORT_SYMBOL(__clear_user);
26EXPORT_SYMBOL(copy_page);
27
28#ifdef CONFIG_PPC64
29EXPORT_SYMBOL(__arch_hweight8);
30EXPORT_SYMBOL(__arch_hweight16);
31EXPORT_SYMBOL(__arch_hweight32);
32EXPORT_SYMBOL(__arch_hweight64);
33#endif
This page took 0.087604 seconds and 5 git commands to generate.