summaryrefslogtreecommitdiffstats
path: root/src/soc/sifive/fu540/include/soc/otp.h
blob: e1aae4cb5e4cf54a61ed4d414c8a74c2b5dd82cc (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef __SOC_SIFIVE_HIFIVE_U_OTP_H__
#define __SOC_SIFIVE_HIFIVE_U_OTP_H__

u32 otp_read_word(u16 idx);
u32 otp_read_serial(void);

#endif /* __SOC_SIFIVE_HIFIFE_U_OTP_H__ */