/* 
 * machine.h
 *
 * x-kernel v3.3
 *
 * Copyright (c) 1993,1991,1990,1996  Arizona Board of Regents
 *
 * $Revision: 1.3 $
 * $Date: 1996/02/01 15:22:05 $
 * 
 * HISTORY 
 * $Log: machine.h,v $
 * Revision 1.3  1996/02/01 15:22:05  slm
 * Updated copyright and version.
 *
 * Revision 1.2  1995/08/28  16:15:22  acb
 * Initial revision for x3.3
 *
 * Revision 1.1  1994/10/26  20:45:44  hkaram
 * Initial revision
 */

#ifndef machine_h
#define machine_h

#ifdef __STDC__

void	cancelSignalHandler( int );
void	init_clock();
void	installSignalHandler( int, int (*)(), VOID * );

#endif

#endif machine_h
