]> asedeno.scripts.mit.edu Git - linux.git/blob - arch/um/kernel/gprof_syms.c
Merge tag 'hsi-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi
[linux.git] / arch / um / kernel / gprof_syms.c
1 // SPDX-License-Identifier: GPL-2.0
2 /* 
3  * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
4  */
5
6 #include <linux/module.h>
7
8 extern void mcount(void);
9 EXPORT_SYMBOL(mcount);