1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2016 BayLibre, SAS
4  * Author: Neil Armstrong <narmstrong@baylibre.com>
5  */
6 
7 #ifndef __MESON_ETH_H__
8 #define __MESON_ETH_H__
9 
10 /* Generate an unique MAC address based on the HW serial */
11 int meson_generate_serial_ethaddr(void);
12 
13 #endif /* __MESON_ETH_H__ */
14