mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-15 15:53:02 +00:00
13 lines
263 B
C
13 lines
263 B
C
|
/* 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);
|