mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 10:48:51 +00:00
10 lines
223 B
C
10 lines
223 B
C
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
|
||
|
#ifndef TURRIS_ATSHA_OTP_H
|
||
|
#define TURRIS_ATSHA_OTP_H
|
||
|
|
||
|
int turris_atsha_otp_init_mac_addresses(void);
|
||
|
int turris_atsha_otp_get_serial_number(u32 *version_num, u32 *serial_num);
|
||
|
|
||
|
#endif
|