blob: 06ea251a068cd83db231a5ef0c2ee75f2203cc09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef _USR_PROFSTAT_H
#define _USR_PROFSTAT_H
/** @file
*
* Profiling
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
extern void profstat ( void );
#endif /* _USR_PROFSTAT_H */
|