summaryrefslogtreecommitdiff
path: root/board/CZ.NIC/turris_atsha_otp.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/CZ.NIC/turris_atsha_otp.h')
-rw-r--r--board/CZ.NIC/turris_atsha_otp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/CZ.NIC/turris_atsha_otp.h b/board/CZ.NIC/turris_atsha_otp.h
index bd4308fdc3..2cfe20bbc3 100644
--- a/board/CZ.NIC/turris_atsha_otp.h
+++ b/board/CZ.NIC/turris_atsha_otp.h
@@ -4,6 +4,7 @@
#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);
+int turris_atsha_otp_init_serial_number(void);
+int turris_atsha_otp_get_serial_number(char serial[17]);
#endif