#ifndef FLASH_INCLUDED
#define FLASH_INCLUDED

#include <IOReadWrite.h>

void Flash_Create(void);
void Flash_Destroy(void);

#endif
