summaryrefslogtreecommitdiff
path: root/board/isee/igep0146/igep0146_eeprom.h
blob: 0ed4f3760b87ba31b0fa95f3fcc3964c6c301d6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Copyright (C) 2016 ISEE 2007 SL - http://www.isee.biz
 *
 * 0046 EEPROM Definitions
 *
 * Author: Jose Miguel Sanchez Sanabria <jsanabria@iseebcn.com>
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#ifndef __EEPROM_BOARD_HELPER__
#define __EEPROM_BOARD_HELPER__

int eeprom46_write_setup (uint8_t s_addr, const char* data, u32 size);
int eeprom46_read_setup (uint8_t s_addr, char* data, u32 size);
int check_eeprom (void);
#endif