From 39cb47ed0951074afb24687fcb6e66947b4f8ef8 Mon Sep 17 00:00:00 2001 From: henryk Date: Wed, 7 Nov 2007 16:28:57 +0000 Subject: 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 --- openpicc/application/flash.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 openpicc/application/flash.h (limited to 'openpicc/application/flash.h') 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 -- cgit v1.2.3