2005-04-17 00:20:36 +02:00
|
|
|
/*
|
2008-02-05 07:31:14 +01:00
|
|
|
* Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
|
2005-04-17 00:20:36 +02:00
|
|
|
* Licensed under the GPL
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "linux/module.h"
|
|
|
|
|
|
|
|
extern void mcount(void);
|
|
|
|
EXPORT_SYMBOL(mcount);
|