summaryrefslogtreecommitdiff
path: root/board/CZ.NIC/turris_atsha_otp.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-09-13 08:19:42 -0400
committerTom Rini <trini@konsulko.com>2022-09-13 08:19:42 -0400
commitd6a03711fde2a6c99614af20ee95a9efe7ad232b (patch)
tree76f6bbb101ade2f91c63fd70d9a87e5a60945308 /board/CZ.NIC/turris_atsha_otp.h
parent0ba282e0eeaf29fd78f021fd2f95f7bc3109868d (diff)
parent5818198e6a184963c6afc82178b23a64435ace6a (diff)
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell
- mvebu: Armada 32bit: Cache setup fixes (Pali) - cmd: mvebu/bubt: Misc enhancements (Pali) - kirkwood: Add CONFIG_SUPPORT_PASSING_ATAGS (Tony) - board: turris: Misc improvements (Pali) - tools: kwboot: Change KWBOOT_MSG_RSP_TIMEO_AXP to 10ms (Stefan) - tools: termios_linux.h: Fix compilation on non-glibc systems (Pali)
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