home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / clib / progs / utilslib / Profile / H / ProfileAsm < prev   
Encoding:
Text File  |  1991-06-02  |  550 b   |  18 lines

  1. /* H.ProfileAsm: Internal definitions for time profile assembler routines.
  2.  *
  3.  * Version 1.00, 04-06-1990
  4.  *
  5.  * Copyright (C) Ferdinand Oeinck 1990
  6.  *
  7.  * Modified, Paul Moore 02/06/91.
  8.  *   To conform to the conventions of my "Utils" library.
  9.  */
  10.  
  11. extern unsigned int *_profile_getstart (void);
  12. extern unsigned int *_profile_getend (void);
  13. extern void _profile_ReleaseIntDeviceVector (void);
  14. extern int _profile_ClaimIntDeviceVector (void);
  15. extern _kernel_languagedescription *_profile_getlangdesblock (void);
  16.  
  17. extern int _profile_fp_return_address;
  18.