fixed C99 style
[libfirm] / ir / be / beprofile.h
1 /** vim: set sw=4 ts=4:
2  * @file   beprofile.h
3  * @date   2006-04-06
4  * @author Adam M. Szalkowski
5  *
6  * Code instrumentation and execution count profiling
7  *
8  * Copyright (C) 2006 Universitaet Karlsruhe
9  * Released under the GPL
10  */
11
12 void be_profile_instrument(void);
13 void be_profile_read(void);