From c43b4032b44fde06748744a0318d67c5662f7b48 Mon Sep 17 00:00:00 2001 From: Jose Miguel Sanchez Sanabria Date: Tue, 12 Jun 2018 17:02:23 +0200 Subject: IGEP0146: Initial commit Structure folders defconfig initial ram config only UART will be configured for basic printf Signed-off-by: Jose Miguel Sanchez Sanabria --- board/isee/igep0146/igep0146_eeprom.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 board/isee/igep0146/igep0146_eeprom.h (limited to 'board/isee/igep0146/igep0146_eeprom.h') diff --git a/board/isee/igep0146/igep0146_eeprom.h b/board/isee/igep0146/igep0146_eeprom.h new file mode 100644 index 0000000..0ed4f37 --- /dev/null +++ b/board/isee/igep0146/igep0146_eeprom.h @@ -0,0 +1,17 @@ +/* + * Copyright (C) 2016 ISEE 2007 SL - http://www.isee.biz + * + * 0046 EEPROM Definitions + * + * Author: Jose Miguel Sanchez Sanabria + * + * 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 -- cgit v1.1