2018-05-06 17:58:06 -04:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2017-11-27 10:16:16 +01:00
|
|
|
/*
|
|
|
|
|
* Copyright (C) 2016 BayLibre, SAS
|
|
|
|
|
* Author: Neil Armstrong <narmstrong@baylibre.com>
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#ifndef __MESON_ETH_H__
|
|
|
|
|
#define __MESON_ETH_H__
|
|
|
|
|
|
2019-06-12 11:49:07 +02:00
|
|
|
/* Generate an unique MAC address based on the HW serial */
|
|
|
|
|
int meson_generate_serial_ethaddr(void);
|
|
|
|
|
|
2017-11-27 10:16:16 +01:00
|
|
|
#endif /* __MESON_ETH_H__ */
|