#ifndef _FLASH_H #define _FLASH_H extern void flash_page(u_int8_t *addr); extern void flash_init(void); #endif