add pflash
diff --git a/objects/pflash/sfc-ctrl.h b/objects/pflash/sfc-ctrl.h
new file mode 100644
index 0000000..77ccd42
--- /dev/null
+++ b/objects/pflash/sfc-ctrl.h
@@ -0,0 +1,9 @@
+#ifndef SFC_CTRL_H

+#define SFC_CTRL_H

+

+struct spi_flash_ctrl;

+

+extern int sfc_open(struct spi_flash_ctrl **ctrl);

+extern void sfc_close(struct spi_flash_ctrl *ctrl);

+

+#endif /* SFC_CTRL_H */