aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/files-3.8/arch/mips/include/asm/mach-adm5120/prom/generic.h
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2015-01-10 18:08:53 +0000
committerFlorian Fainelli <florian@openwrt.org>2015-01-10 18:08:53 +0000
commit57a3eb31a2a14cd25099c0e1e3569b2c75a9e38e (patch)
tree1010c60049db7387aafd115f8ebd758aca0085d7 /target/linux/adm5120/files-3.8/arch/mips/include/asm/mach-adm5120/prom/generic.h
parent5abdc7904ba9140f406bf5ed17543d99b4a64d3a (diff)
downloadmaster-187ad058-57a3eb31a2a14cd25099c0e1e3569b2c75a9e38e.tar.gz
master-187ad058-57a3eb31a2a14cd25099c0e1e3569b2c75a9e38e.tar.bz2
master-187ad058-57a3eb31a2a14cd25099c0e1e3569b2c75a9e38e.zip
adm5120: move files to files-3.8
In preparation for adding new kernel support Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43914 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120/files-3.8/arch/mips/include/asm/mach-adm5120/prom/generic.h')
-rw-r--r--target/linux/adm5120/files-3.8/arch/mips/include/asm/mach-adm5120/prom/generic.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/target/linux/adm5120/files-3.8/arch/mips/include/asm/mach-adm5120/prom/generic.h b/target/linux/adm5120/files-3.8/arch/mips/include/asm/mach-adm5120/prom/generic.h
new file mode 100644
index 0000000000..778df24677
--- /dev/null
+++ b/target/linux/adm5120/files-3.8/arch/mips/include/asm/mach-adm5120/prom/generic.h
@@ -0,0 +1,18 @@
+/*
+ * Generic prom definitions
+ *
+ * Copyright (C) 2006-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 _PROM_GENERIC_H_
+#define _PROM_GENERIC_H_
+
+extern int generic_prom_present(void) __init;
+extern char *generic_prom_getenv(char *);
+
+#endif /*_PROM_GENERIC_H_*/