summaryrefslogtreecommitdiff
path: root/openpicc/application/flash.h
diff options
context:
space:
mode:
authorhenryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2007-11-07 16:28:57 +0000
committerhenryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2007-11-07 16:28:57 +0000
commit39cb47ed0951074afb24687fcb6e66947b4f8ef8 (patch)
tree53c25e96487b86ac64113180d3731e73d75c13c5 /openpicc/application/flash.h
parent2306bcac783751b073babef1bf60dd196cfef73d (diff)
Start working at dfu by copying from main openpcd repository (with modifications), doesn't boot application yet
git-svn-id: https://svn.openpcd.org:2342/trunk@315 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpicc/application/flash.h')
-rw-r--r--openpicc/application/flash.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/openpicc/application/flash.h b/openpicc/application/flash.h
new file mode 100644
index 0000000..b812714
--- /dev/null
+++ b/openpicc/application/flash.h
@@ -0,0 +1,5 @@
+#ifndef _FLASH_H
+#define _FLASH_H
+extern void flash_page(u_int8_t *addr);
+extern void flash_init(void);
+#endif
personal git repositories of Harald Welte. Your mileage may vary