! @(#)62	1.2  src/bos/usr/sbin/perf/pmapi/libhpm/f_hpm.h, pmapi, bos720 6/16/05 07:16:33 
! IBM_PROLOG_BEGIN_TAG 
! This is an automatically generated prolog. 
!  
! bos720 src/bos/usr/sbin/perf/pmapi/libhpm/f_hpm.h 1.2 
!  
! Licensed Materials - Property of IBM 
!  
! COPYRIGHT International Business Machines Corp. 2004,2005 
! All Rights Reserved 
!  
! US Government Users Restricted Rights - Use, duplication or 
! disclosure restricted by GSA ADP Schedule Contract with IBM Corp. 
!  
! IBM_PROLOG_END_TAG 
! 
! COMPONENT_NAME: (pmapi) Performance Monitor API
! 
! FUNCTIONS: HPM Toolkit - declarations for Fortran programs
! 

#ifndef _H_F_HPM
#define _H_F_HPM

#ifdef __cplusplus
extern "C" {
#endif

#define f_hpmstart(id, s) _f_hpm_start_(id, __LINE__, __FILE__, s)
#define f_hpmtstart(id, s) _f_hpm_tstart_(id, __LINE__, __FILE__, s)
#define f_hpmstop(id) _f_hpm_stop_(id, __LINE__ )
#define f_hpmtstop(id) _f_hpm_tstop_(id, __LINE__ )

#ifdef __cplusplus
}
#endif

#endif /* _H_F_HPM */