repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge commit 'v2.6.39-rc3' into for-2.6.39
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
linux
/
of_net.h
blob
e913081fb52a19350e99afcdf2de09e5a844eb36
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 void
*
of_get_mac_address
(
struct
device_node
*
np
);
13
#endif
14
15
#endif
/* __LINUX_OF_NET_H */