Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
linux
fec.h
Go to the documentation of this file.
1
/* include/linux/fec.h
2
*
3
* Copyright (c) 2009 Orex Computed Radiography
4
* Baruch Siach <
[email protected]
>
5
*
6
* Copyright (C) 2010 Freescale Semiconductor, Inc.
7
*
8
* Header file for the FEC platform data
9
*
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.
13
*/
14
#ifndef __LINUX_FEC_H__
15
#define __LINUX_FEC_H__
16
17
#include <
linux/phy.h
>
18
19
struct
fec_platform_data
{
20
phy_interface_t
phy
;
21
unsigned
char
mac
[
ETH_ALEN
];
22
};
23
24
#endif
Generated on Thu Jan 10 2013 13:16:05 for Linux Kernel by
1.8.2