blob: c0070615c2e54038242fcf6450e817e516796697 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Neil Armstrongef441cb2017-11-27 10:16:16 +01002/*
3 * Copyright (C) 2016 BayLibre, SAS
4 * Author: Neil Armstrong <narmstrong@baylibre.com>
Neil Armstrongef441cb2017-11-27 10:16:16 +01005 */
6
7#ifndef __MESON_ETH_H__
8#define __MESON_ETH_H__
9
Neil Armstrongb4acf5a2019-06-12 11:49:07 +020010/* Generate an unique MAC address based on the HW serial */
11int meson_generate_serial_ethaddr(void);
12
Neil Armstrongef441cb2017-11-27 10:16:16 +010013#endif /* __MESON_ETH_H__ */