blob: 2cfe20bbc3a7e4c16bb745db4a4f6a04ac88c6cc [file] [log] [blame]
Pali Rohár6ac08dc2022-04-08 16:30:12 +02001// SPDX-License-Identifier: GPL-2.0+
2
3#ifndef TURRIS_ATSHA_OTP_H
4#define TURRIS_ATSHA_OTP_H
5
Pali Rohár98bbb6e2022-04-08 16:30:14 +02006int turris_atsha_otp_init_mac_addresses(int first_idx);
Pali Rohár7bb9ea42022-08-27 20:06:30 +02007int turris_atsha_otp_init_serial_number(void);
8int turris_atsha_otp_get_serial_number(char serial[17]);
Pali Rohár6ac08dc2022-04-08 16:30:12 +02009
10#endif