fis-gtm/sr_port/add_inter.h

21 lines
622 B
C

/****************************************************************
* *
* Copyright 2001 Sanchez Computer Associates, Inc. *
* *
* This source code contains the intellectual property *
* of its copyright holder(s), and is made available *
* under a license. If you do not know the terms of *
* the license, please stop and do not read further. *
* *
****************************************************************/
#ifndef ADD_INTER_DEFINED
/* Declare parms for add_inter.c */
int4 add_inter (int val, sm_int_ptr_t addr, sm_global_latch_ptr_t latch);
#define ADD_INTER_DEFINED
#endif