microblaze: Kconfig: introduce XILINX_MICROBLAZE0_FPGA_FAMILY option
[platform/kernel/u-boot.git] / board / CZ.NIC / turris_atsha_otp.h
1 // SPDX-License-Identifier: GPL-2.0+
2
3 #ifndef TURRIS_ATSHA_OTP_H
4 #define TURRIS_ATSHA_OTP_H
5
6 int turris_atsha_otp_init_mac_addresses(int first_idx);
7 int turris_atsha_otp_get_serial_number(u32 *version_num, u32 *serial_num);
8
9 #endif