mirror of
https://github.com/ipxe/ipxe
synced 2026-01-01 00:07:27 +03:00
15 lines
177 B
C
15 lines
177 B
C
|
|
#ifndef _USR_PROFSTAT_H
|
||
|
|
#define _USR_PROFSTAT_H
|
||
|
|
|
||
|
|
/** @file
|
||
|
|
*
|
||
|
|
* Profiling
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
|
||
|
|
FILE_LICENCE ( GPL2_OR_LATER );
|
||
|
|
|
||
|
|
extern void profstat ( void );
|
||
|
|
|
||
|
|
#endif /* _USR_PROFSTAT_H */
|