omap4: splitting padconfs into common, 4430 and 4460
[platform/kernel/u-boot.git] / tools / mingw_support.h
index 9e45e64..ee07290 100644 (file)
@@ -44,5 +44,7 @@ typedef       ULONG   ulong;
 int fsync(int fd);
 void *mmap(void *, size_t, int, int, int, int);
 int munmap(void *, size_t);
+char *strtok_r(char *s, const char *delim, char **save_ptr);
+#include "getline.h"
 
 #endif /* __MINGW_SUPPORT_H_ */