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
of_net.h
Go to the documentation of this file.
1
/*
2
* OF helpers for network devices.
3
*
4
* This file is released under the GPLv2
5
*/
6
7
#ifndef __LINUX_OF_NET_H
8
#define __LINUX_OF_NET_H
9
10
#ifdef CONFIG_OF_NET
11
#include <
linux/of.h
>
12
extern
const
int
of_get_phy_mode
(
struct
device_node
*np);
13
extern
const
void
*
of_get_mac_address
(
struct
device_node
*np);
14
#endif
15
16
#endif
/* __LINUX_OF_NET_H */
Generated on Thu Jan 10 2013 14:52:15 for Linux Kernel by
1.8.2