/***********************************************************************
**	
**	Private Native Exceptions.h
**	
**	Copyright©1997 by Terry Greeniaus
**	tgree@relay.phys.ualberta.ca
**	
**	Permission is given to the Pandora OS group to use this file in the development of the Pandora Operating
**	System.  The Pandora OS group is located at: http://www.huh.com/pandora/
**	
************************************************************************/
#ifndef __PRIVATE_NATIVE_EXCEPTIONS__
#define __PRIVATE_NATIVE_EXCEPTIONS__

void PEnableNativeExceptions(void);
void PDisableNativeExceptions(void);

#endif
