Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
f5ed6c9ccf3ec32a4bcc20835ee8fc378c342df9
/
.
/
board
/
CZ.NIC
/
turris_atsha_otp.h
blob: bd4308fdc3efa3f5c5303b3074c389fd0fbc1e1c [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
#ifndef
TURRIS_ATSHA_OTP_H
#define
TURRIS_ATSHA_OTP_H
int
turris_atsha_otp_init_mac_addresses
(
int
first_idx
);
int
turris_atsha_otp_get_serial_number
(
u32
*
version_num
,
u32
*
serial_num
);
#endif