2014-04-27 19:31:25 +01:00
|
|
|
#ifndef _USR_PROFSTAT_H
|
|
|
|
|
#define _USR_PROFSTAT_H
|
|
|
|
|
|
|
|
|
|
/** @file
|
|
|
|
|
*
|
|
|
|
|
* Profiling
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
2015-03-02 11:54:40 +00:00
|
|
|
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
2014-04-27 19:31:25 +01:00
|
|
|
|
|
|
|
|
extern void profstat ( void );
|
|
|
|
|
|
|
|
|
|
#endif /* _USR_PROFSTAT_H */
|