2 * Blackfin On-Chip MAC Driver
4 * Copyright 2004-2010 Analog Devices Inc.
6 * Enter bugs at http://blackfin.uclinux.org/
8 * Licensed under the GPL-2 or later.
11 #ifndef _LINUX_BFIN_MAC_H_
12 #define _LINUX_BFIN_MAC_H_
14 #include <linux/phy.h>
16 struct bfin_phydev_platform_data
{
21 struct bfin_mii_bus_platform_data
{
23 struct bfin_phydev_platform_data
*phydev_data
;
24 const unsigned short *mac_peripherals
;
26 unsigned int phy_mask
;
27 unsigned short vlan1_mask
, vlan2_mask
;