Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[linux-2.6.git] / include / linux / fec.h
blobbcff455d1d538ff312da67985c3e237dea17a212
1 /* include/linux/fec.h
3 * Copyright (c) 2009 Orex Computed Radiography
4 * Baruch Siach <baruch@tkos.co.il>
6 * Copyright (C) 2010 Freescale Semiconductor, Inc.
8 * Header file for the FEC platform data
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License version 2 as
12 * published by the Free Software Foundation.
14 #ifndef __LINUX_FEC_H__
15 #define __LINUX_FEC_H__
17 #include <linux/phy.h>
19 struct fec_platform_data {
20 phy_interface_t phy;
21 unsigned char mac[ETH_ALEN];
24 #endif