00001 /* 00002 * File: at_flash.h 00003 * Purpose: Prototype of Atmel flash handling functions 00004 * Author: Peter Ivanov, Olimex Ltd. 00005 * Modified by: 00006 * Created: 2007-05-19 11:29:32 00007 * Last modify: 2007-10-03 21:26:22 ivanovp {Time-stamp} 00008 * Copyright: (C) Peter Ivanov, 2007 00009 * Licence: GPL 00010 */ 00016 #ifndef __INCLUDE_AT_FLASH_H 00017 #define __INCLUDE_AT_FLASH_H 00018 00019 void InitUCA_SPI(void); 00020 char TestATFlash(void); 00021 00022 #endif // __INCLUDE_AT_FLASH_H
1.5.1