blob: 74ddb44288a30caba1bc0f4a49aa9d402d5850ea [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001/*
2 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
3 * Licensed under the GPL
4 */
5
6#include <linux/module.h>
7
8extern void mcount(void);
9EXPORT_SYMBOL(mcount);