coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
otp.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __SOC_SIFIVE_HIFIVE_U_OTP_H__
4 #define __SOC_SIFIVE_HIFIVE_U_OTP_H__
5 
7 u32 otp_read_serial(void);
8 
9 #endif /* __SOC_SIFIVE_HIFIFE_U_OTP_H__ */
u32 otp_read_serial(void)
Definition: otp.c:79
u32 otp_read_word(u16 idx)
Definition: otp.c:41
uint32_t u32
Definition: stdint.h:51
uint16_t u16
Definition: stdint.h:48