[BACK]Return to i386_ksyms.c CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / arch / i386 / kernel

File: [Development] / linux-2.6-xfs / arch / i386 / kernel / Attic / i386_ksyms.c (download)

Revision 1.14, Fri May 4 16:01:13 2007 UTC (10 years, 5 months ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.13: +2 -0 lines

Merge up to 2.6.21
Merge of 2.6.x-xfs-melb:linux:28510a by kenmcd.

#include <linux/module.h>
#include <asm/checksum.h>
#include <asm/desc.h>

EXPORT_SYMBOL(__down_failed);
EXPORT_SYMBOL(__down_failed_interruptible);
EXPORT_SYMBOL(__down_failed_trylock);
EXPORT_SYMBOL(__up_wakeup);
/* Networking helper routines. */
EXPORT_SYMBOL(csum_partial_copy_generic);

EXPORT_SYMBOL(__get_user_1);
EXPORT_SYMBOL(__get_user_2);
EXPORT_SYMBOL(__get_user_4);

EXPORT_SYMBOL(__put_user_1);
EXPORT_SYMBOL(__put_user_2);
EXPORT_SYMBOL(__put_user_4);
EXPORT_SYMBOL(__put_user_8);

EXPORT_SYMBOL(strstr);

#ifdef CONFIG_SMP
extern void FASTCALL( __write_lock_failed(rwlock_t *rw));
extern void FASTCALL( __read_lock_failed(rwlock_t *rw));
EXPORT_SYMBOL(__write_lock_failed);
EXPORT_SYMBOL(__read_lock_failed);
#endif

EXPORT_SYMBOL(csum_partial);

EXPORT_SYMBOL(_proxy_pda);