diff options
| author | Kumar Gala <galak@kernel.crashing.org> | 2007-02-17 16:07:01 -0600 |
|---|---|---|
| committer | Kumar Gala <galak@kernel.crashing.org> | 2007-02-17 16:07:01 -0600 |
| commit | ff7298ea16bc15ffbba49c36724714e033a5fc10 (patch) | |
| tree | 32a39cdaf81a8b2e77d2a05085683e8b058f3a03 /include | |
| parent | 00e402d06609d3722b018d696c12cb668065988d (diff) | |
| parent | fc7900bb04c4290f3a8e43abf231aee566feff6d (diff) | |
Merge branch 'master' into 86xx
Diffstat (limited to 'include')
| -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 0afee17f33b4..020ed015a94b 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 |
