2022-04-08 14:30:12 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
|
|
|
|
#ifndef TURRIS_ATSHA_OTP_H
|
|
|
|
#define TURRIS_ATSHA_OTP_H
|
|
|
|
|
2022-04-08 14:30:14 +00:00
|
|
|
int turris_atsha_otp_init_mac_addresses(int first_idx);
|
2022-08-27 18:06:30 +00:00
|
|
|
int turris_atsha_otp_init_serial_number(void);
|
|
|
|
int turris_atsha_otp_get_serial_number(char serial[17]);
|
2022-04-08 14:30:12 +00:00
|
|
|
|
|
|
|
#endif
|