at91_efc.h

Go to the documentation of this file.
00001 #ifndef _DEV_AT91_EFC_H_
00002 #define _DEV_AT91_EFC_H_
00003 
00004 #include <sys/types.h>
00005 
00011 extern int OnChipFlashLoad(u_long addr, void *buff, size_t siz);
00012 
00018 extern int OnChipFlashSave(u_long addr, CONST void *buff, size_t len);
00019 
00020 extern int FlashAreaIsLock(u_long addr);
00021 
00022 extern int LockFlashArea(u_long addr);
00023 
00024 extern int UnlockFlashArea(u_long addr);
00025 
00026 #endif

© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/