aboutsummaryrefslogtreecommitdiff
path: root/board/variscite/common/eth.h
blob: a335c08b8ce54c40ec25d641682cd44009dc959a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright (C) 2023 Variscite Ltd.
 *
 */

#ifndef _MX9_ETH_H_
#define _MX9_ETH_H_

int var_setup_mac(struct var_eeprom *eeprom);

#endif /* _MX9_ETH_H_ */