osprof.h
273 Bytes
#ifndef OSPROF_INCLUDE
#define OSPROF_INCLUDE
#define STACKSIZE 0x2000
#ifdef _LANGUAGE_C
#define BUFSIZE 0x400
extern int int4(void);
extern int timer1(void);
extern int timer2(void);
extern int timer3(void);
#endif /* _LANGUAGE_C */
#endif /* OSPROF_INCLUDE */