#ifndef FLASHRAM_H__ #define FLASHRAM_H__ void flashram_init (void); void process_flashram (void); #endif