]> rtime.felk.cvut.cz Git - lincan.git/blob - embedded/arch/arm/mach-lpc21xx/libs/iap/lpciap_kvpb.h
Included ARM LPC21xx related code from uLan project. The snapshot date is 2008-07-05
[lincan.git] / embedded / arch / arm / mach-lpc21xx / libs / iap / lpciap_kvpb.h
1 #ifndef _LPCIAP_KVPB_H
2 #define _LPCIAP_KVPB_H
3
4 #include <system_def.h>
5
6 extern unsigned long lpciap_buff[ISP_RAM2FLASH_BLOCK_SIZE/4];
7
8 int lpcisp_kvpb_erase(struct kvpb_block *store, void *base,int size);
9 int lpcisp_kvpb_flush(struct kvpb_block *store); 
10 int lpcisp_kvpb_copy(struct kvpb_block *store,void *des, const void *src, int len);
11
12 #endif  /* _LPCIAP_KVPB_ */