/* 
 * @COPYRIGHT@
 * @COPYRIGHT@
 *
 * $RCSfile: scout_synch.h,v $
 *
 * HISTORY
 * $Log: scout_synch.h,v $
 * Revision 1.1  1997/09/19 20:25:13  bridges
 * Rearranged architecture files, build environment.
 * Added code to prevent blocking in many system calls.
 *
 * Revision 1.1  1996/10/02 13:34:46  davidm
 * Initial revision
 *
 */
#ifndef __synch_h__
#define __synch_h__

#ifndef LANGUAGE_ASSEMBLY

extern long	synchEnableInterrupts (void);
extern long	synchDisableInterrupts (void);
extern void	synchRestoreInterrupts (long flags);

#endif /* LANGUAGE_ASSEMBLY */

#include <machine/scout_synch.h>

#endif /* __synch_h__ */
