diff options
Diffstat (limited to 'board/CZ.NIC/turris_atsha_otp.h')
-rw-r--r-- | board/CZ.NIC/turris_atsha_otp.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/board/CZ.NIC/turris_atsha_otp.h b/board/CZ.NIC/turris_atsha_otp.h new file mode 100644 index 00000000000..667d01af731 --- /dev/null +++ b/board/CZ.NIC/turris_atsha_otp.h @@ -0,0 +1,9 @@ +// 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 |