added perf_init function declaration

This commit is contained in:
cborrelli 2003-03-08 02:38:14 +00:00
parent 992703d54f
commit 2c377d7dd9
1 changed files with 2 additions and 0 deletions

View File

@ -37,4 +37,6 @@
#define PERF_START /* null definition */
#define PERF_STOP(x) /* null definition */
void perf_init(char *fname);
#endif /* __ARCH_PERF_H__ */