home *** CD-ROM | disk | FTP | other *** search
- /*
- * exproasm.h
- *
- * version 1.00, 04-06-1990
- *
- * execution profiler headerfile
- *
- * copyright Ferdinand Oeinck 1990
- *
- */
-
- #include "kernel.h"
-
- unsigned int * exproasm_getstart(void);
- unsigned int * exproasm_getend(void);
- _kernel_languagedescription * exproasm_getlangdesblock(void);
- void exproasm_ReleaseIntDeviceVector(void);
- int exproasm_ClaimIntDeviceVector(void);
-