blk: rq_data_dir() should not return a boolean
[cris-mirror.git] / arch / mips / include / asm / mach-lantiq / lantiq_platform.h
blobe23bf7c9a2d0782fa4827ab2297de1a033eb6fdd
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 <blogic@openwrt.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