[adm5120] load the mac address from flash where it is possible
[openwrt.git] / target / linux / adm5120 / files-2.6.26 / include / asm-mips / mach-adm5120 / prom / admboot.h
1 /*
2 * ADMBoot specific definitions
3 *
4 * Copyright (C) 2008 Gabor Juhos <juhosg@openwrt.org>
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 as published
8 * by the Free Software Foundation.
9 *
10 */
11
12 #ifndef _ADMBOOT_H
13 #define _ADMBOOT_H
14
15 extern int admboot_get_mac_base(u32 offset, u32 len, u8 *mac) __init;
16
17 #endif /* _ADMBOOT_H */
This page took 0.053998 seconds and 5 git commands to generate.