/******************************************************************************
	endspexc.h
******************************************************************************/

#ifndef ENDSPEXC_H
#define ENDSPEXC_H

/******************************************************************************
	define constants
******************************************************************************/

#define MSG_FAULT	0x10
#define FAULT_STACKSIZE	0x400
#define FAULT_THREAD_ID	9
#define ERR_SCREEN_WD	320

/******************************************************************************
	external functions
******************************************************************************/
void SetFaultFrameBuffer(unsigned short *fbuf);
void CreateFaultThread(void);
void StartFaultThread(void);

#endif
