yaffs working on the timothy_tests. just need to save the current state of the program.
[yaffs2.git] / direct / timothy_tests / error_handler.h
diff --git a/direct/timothy_tests/error_handler.h b/direct/timothy_tests/error_handler.h
new file mode 100644 (file)
index 0000000..fad1ef8
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef __error_handler_h__
+#define __error_handler_h__
+#include <stdio.h>
+#include "message_buffer.h"
+#include "yaffsfs.h"
+#define DEBUG_LEVEL 5 /*set the debug level. this is used to display the relevent debug messages*/
+void yaffs_check_for_errors(char output, buffer *message_buffer, char error_message[], char success_message[]);
+#endif