yaffs Finshed direct/timothy_tests/linux_test.
[yaffs2.git] / direct / timothy_tests / linux_tests / lib.h
index 22f6bc33968c83b20d10e8c174bc37a707c70609..a47a1b80490d7b29358626cd6811836bd425a041 100644 (file)
@@ -31,6 +31,8 @@ typedef struct node_temp{
        struct node_temp *next; 
 }node;
 
+int get_exit_on_error(void);
+void set_exit_on_error(int val);
 int delete_linked_list(node *head_node);
 node * linked_list_add_node(int pos,node *head_node);
 unsigned int random_int(void);