add pflash
diff --git a/objects/pflash/progress.h b/objects/pflash/progress.h
new file mode 100644
index 0000000..3b6137a
--- /dev/null
+++ b/objects/pflash/progress.h
@@ -0,0 +1,8 @@
+#ifndef __PROGRESS_H

+#define __PROGRESS_H

+

+void progress_init(unsigned long count);

+void progress_tick(unsigned long cur);

+void progress_end(void);

+

+#endif /* __PROGRESS_H */