diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-02-17 16:32:41 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-02-17 16:32:41 -0600 |
commit | ffd84881711a4cc98018cd540167c1ba2212bc0d (patch) | |
tree | 0b137abc428065dd93fe2ef3aa729cffc7b7a501 /include/asm-powerpc/prom.h | |
parent | 834aba09598022f898eec651c0584b8b5d177e0a (diff) | |
parent | 5af68af5bcd34e3569fd82ef4676de5bc03e18c0 (diff) |
Merge branch '83xx' into for_paulus
Diffstat (limited to 'include/asm-powerpc/prom.h')
-rw-r--r-- | include/asm-powerpc/prom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-powerpc/prom.h b/include/asm-powerpc/prom.h index 0afee17f33b..020ed015a94 100644 --- a/include/asm-powerpc/prom.h +++ b/include/asm-powerpc/prom.h @@ -255,6 +255,8 @@ extern void kdump_move_device_tree(void); /* CPU OF node matching */ struct device_node *of_get_cpu_node(int cpu, unsigned int *thread); +/* Get the MAC address */ +extern const void *of_get_mac_address(struct device_node *np); /* * OF interrupt mapping |