diff options
author | meri <meri@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-04-10 17:34:53 +0000 |
---|---|---|
committer | meri <meri@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-04-10 17:34:53 +0000 |
commit | f21e08aa9f22d873e938cd3f021c3fc33d06d286 (patch) | |
tree | 16edb533cae24c19d3f0ee9c997f761a594e3009 /firmware/src/os/flash.h | |
parent | 5492d0e34bec1c7b66b3781ce0e026c562336dfb (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.h | 5 |
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 |