Kernel  |  3.14

下载     查看原文件
C++程序  |  10行  |  184 B
/* 
 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
 * Licensed under the GPL
 */

#include <linux/module.h>

extern void mcount(void);
EXPORT_SYMBOL(mcount);