aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/files-3.18/arch/mips/include/asm/mach-adm5120/prom/admboot.h
blob: fa42bf7148188ace076171d1eb8a42f2ae12d457 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 *  ADMBoot specific definitions
 *
 *  Copyright (C) 2008 Gabor Juhos <juhosg@openwrt.org>
 *
 *  This program is free software; you can redistribute it and/or modify it
 *  under the terms of the GNU General Public License version 2 as published
 *  by the Free Software Foundation.
 *
 */

#ifndef _ADMBOOT_H
#define _ADMBOOT_H

extern int admboot_get_mac_base(u32 offset, u32 len, u8 *mac) __init;

#endif /* _ADMBOOT_H */