yaffs working on the timothy_tests. just need to save the current state of the program.
[yaffs2.git] / direct / timothy_tests / error_handler.h
1 #ifndef __error_handler_h__
2 #define __error_handler_h__
3 #include <stdio.h>
4 #include "message_buffer.h"
5 #include "yaffsfs.h"
6 #define DEBUG_LEVEL 5 /*set the debug level. this is used to display the relevent debug messages*/
7 void yaffs_check_for_errors(char output, buffer *message_buffer, char error_message[], char success_message[]);
8 #endif