1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 *
4 * Copyright (C) 2010 John Crispin <john@phrozen.org>
5 */
6
7 #ifndef _LANTIQ_PLATFORM_H__
8 #define _LANTIQ_PLATFORM_H__
9
10 #include <linux/socket.h>
11
12 /* struct used to pass info to network drivers */
13 struct ltq_eth_data {
14 struct sockaddr mac;
15 int mii_mode;
16 };
17
18 #endif