Path: blob/master/arch/mn10300/kernel/mn10300_ksyms.c
10817 views
/* MN10300 Miscellaneous and library kernel exports1*2* Copyright (C) 2007 Matsushita Electric Industrial Co., Ltd.3* Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.4*5* This program is free software; you can redistribute it and/or6* modify it under the terms of the GNU General Public Licence7* as published by the Free Software Foundation; either version8* 2 of the Licence, or (at your option) any later version.9*/10#include <linux/module.h>11#include <asm/uaccess.h>12#include <asm/pgtable.h>131415EXPORT_SYMBOL(empty_zero_page);1617EXPORT_SYMBOL(change_bit);18EXPORT_SYMBOL(test_and_change_bit);1920EXPORT_SYMBOL(memcpy);21EXPORT_SYMBOL(memmove);22EXPORT_SYMBOL(memset);2324EXPORT_SYMBOL(strncpy_from_user);25EXPORT_SYMBOL(__strncpy_from_user);26EXPORT_SYMBOL(clear_user);27EXPORT_SYMBOL(__clear_user);28EXPORT_SYMBOL(__generic_copy_from_user);29EXPORT_SYMBOL(__generic_copy_to_user);30EXPORT_SYMBOL(strnlen_user);3132extern u64 __ashrdi3(u64, unsigned);33extern u64 __ashldi3(u64, unsigned);34extern u64 __lshrdi3(u64, unsigned);35extern s64 __negdi2(s64);36extern int __ucmpdi2(u64, u64);37EXPORT_SYMBOL(__ashrdi3);38EXPORT_SYMBOL(__ashldi3);39EXPORT_SYMBOL(__lshrdi3);40EXPORT_SYMBOL(__negdi2);41EXPORT_SYMBOL(__ucmpdi2);424344