Paweł Anikiel | 3515aed | 2022-06-17 12:47:19 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
2 | /* | ||||
3 | * Copyright 2022 Google LLC | ||||
4 | */ | ||||
5 | |||||
6 | /** | ||||
7 | * mercury_aa1_read_mac() - Read mac address from on-board OTP memory | ||||
8 | * | ||||
9 | * @mac: Returned mac address | ||||
10 | * Return: 0 if successful, -ve on error | ||||
11 | */ | ||||
12 | int mercury_aa1_read_mac(u8 *mac); |