summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/arch-jh7110/eeprom.h
blob: bae918f1536a813238a038b60ed26999f2e71fbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (C) 2021 StarFive Technology Co., Ltd.
 *
 * Author: Jianlong Huang <jianlong.huang@starfivetech.com>
 */

#ifndef _ASM_RISCV_EEPROM_H
#define _ASM_RISCV_EEPROM_H

u8 get_pcb_revision_from_eeprom(void);
int get_data_from_eeprom(int offset, int len, unsigned char *data);

#endif /* _ASM_RISCV_EEPROM_H */