summaryrefslogtreecommitdiff
path: root/firmware/src/os/flash.h
diff options
context:
space:
mode:
authormeri <meri@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2007-04-10 17:34:53 +0000
committermeri <meri@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2007-04-10 17:34:53 +0000
commitf21e08aa9f22d873e938cd3f021c3fc33d06d286 (patch)
tree16edb533cae24c19d3f0ee9c997f761a594e3009 /firmware/src/os/flash.h
parent5492d0e34bec1c7b66b3781ce0e026c562336dfb (diff)
moved flash code to seperate file
git-svn-id: https://svn.openpcd.org:2342/trunk@294 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'firmware/src/os/flash.h')
-rw-r--r--firmware/src/os/flash.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/src/os/flash.h b/firmware/src/os/flash.h
new file mode 100644
index 0000000..b812714
--- /dev/null
+++ b/firmware/src/os/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