~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: 636b735a3ba2abf6914e6225ab2060f6604d344b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright 2022 Google LLC
 */

/**
 * mercury_aa1_read_mac() - Read mac address from on-board OTP memory
 *
 * @mac: Returned mac address
 * Return: 0 if successful, -ve on error
 */
int mercury_aa1_read_mac(u8 *mac);