]> Git Repo - linux.git/blob - arch/um/kernel/gprof_syms.c
Merge tag 'arm-soc/for-3.20/dts' of http://github.com/broadcom/stblinux into fixes
[linux.git] / arch / um / kernel / gprof_syms.c
1 /* 
2  * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
3  * Licensed under the GPL
4  */
5
6 #include <linux/module.h>
7
8 extern void mcount(void);
9 EXPORT_SYMBOL(mcount);
This page took 0.034401 seconds and 4 git commands to generate.