typedef struct _eeprom_struct{
  int_t             mcount;
  uint8_t           mbuffer[MBUFFERSIZE];
} eeprom_t;
