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 */
12int mercury_aa1_read_mac(u8 *mac);
13