2005-04-16 16:20:36 -06:00
|
|
|
/*
|
2008-02-04 23:31:14 -07:00
|
|
|
* Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
|
2005-04-16 16:20:36 -06:00
|
|
|
* Licensed under the GPL
|
|
|
|
*/
|
|
|
|
|
2012-10-07 20:27:32 -06:00
|
|
|
#include <linux/module.h>
|
2005-04-16 16:20:36 -06:00
|
|
|
|
|
|
|
extern void mcount(void);
|
|
|
|
EXPORT_SYMBOL(mcount);
|