]> rtime.felk.cvut.cz Git - sysless.git/blob - arch/arm/mach-lpc178x/libs/iap/lpciap.h
Introduction of LPC178x platform support by clone of LPC17xx.
[sysless.git] / arch / arm / mach-lpc178x / libs / iap / lpciap.h
1 #ifndef _LPCIAP_H
2 #define _LPCIAP_H
3
4 int lpcisp_read_partid();
5 int lpcisp_erase(void *addr, int len);
6 int lpcisp_write(void *addr_des, const void *addr_src, int len);
7
8 #endif  /* _LPCIAP_H */