blob: a335c08b8ce54c40ec25d641682cd44009dc959a [file] [log] [blame]
Mathieu Othacehe2415f1d2023-12-29 11:55:23 +01001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (C) 2023 Variscite Ltd.
4 *
5 */
6
7#ifndef _MX9_ETH_H_
8#define _MX9_ETH_H_
9
10int var_setup_mac(struct var_eeprom *eeprom);
11
12#endif /* _MX9_ETH_H_ */