blob: e2f043d0de6c80fd0050aedb0edf1748efbdb72b [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Jeff Dikec5d4bb12008-02-04 22:31:14 -08002 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003 * Licensed under the GPL
4 */
5
6#include "linux/module.h"
7
8extern void mcount(void);
9EXPORT_SYMBOL(mcount);