Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / mips / include / asm / mach-lantiq / lantiq_platform.h
blob17d2fdcdaef448bdd0d425526d7c01b00e02afc4
1 /*
2 * This program is free software; you can redistribute it and/or modify it
3 * under the terms of the GNU General Public License version 2 as published
4 * by the Free Software Foundation.
6 * Copyright (C) 2010 John Crispin <john@phrozen.org>
7 */
9 #ifndef _LANTIQ_PLATFORM_H__
10 #define _LANTIQ_PLATFORM_H__
12 #include <linux/socket.h>
14 /* struct used to pass info to network drivers */
15 struct ltq_eth_data {
16 struct sockaddr mac;
17 int mii_mode;
20 #endif