aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/files/arch/mips/include/asm/mach-adm5120/prom/admboot.h
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-04-26 06:16:30 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-04-26 06:16:30 +0000
commit10fd86093fde3c28a2ae8685848d928b7dc6819f (patch)
tree8a7f6ccbd2fb2a88eb079ecbd093a5a5f70f35dd /target/linux/adm5120/files/arch/mips/include/asm/mach-adm5120/prom/admboot.h
parent8614f2c7ed794e2f21118577cf64040574adb413 (diff)
downloadupstream-10fd86093fde3c28a2ae8685848d928b7dc6819f.tar.gz
upstream-10fd86093fde3c28a2ae8685848d928b7dc6819f.tar.bz2
upstream-10fd86093fde3c28a2ae8685848d928b7dc6819f.zip
switch to 2.6.28
SVN-Revision: 15421
Diffstat (limited to 'target/linux/adm5120/files/arch/mips/include/asm/mach-adm5120/prom/admboot.h')
-rw-r--r--target/linux/adm5120/files/arch/mips/include/asm/mach-adm5120/prom/admboot.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/adm5120/files/arch/mips/include/asm/mach-adm5120/prom/admboot.h b/target/linux/adm5120/files/arch/mips/include/asm/mach-adm5120/prom/admboot.h
new file mode 100644
index 0000000000..fa42bf7148
--- /dev/null
+++ b/target/linux/adm5120/files/arch/mips/include/asm/mach-adm5120/prom/admboot.h
@@ -0,0 +1,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 */