aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/files-2.6.26/include/asm-mips/mach-adm5120/prom/generic.h
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-08-07 13:50:02 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-08-07 13:50:02 +0000
commitdb4d23b4577ebf718406129a59c87beb20594c68 (patch)
treea5ba9b630f965637a010cee2088af4d57efc7f29 /target/linux/adm5120/files-2.6.26/include/asm-mips/mach-adm5120/prom/generic.h
parent34a16898a1874c3e319a145477b15e1a244efa55 (diff)
downloadupstream-db4d23b4577ebf718406129a59c87beb20594c68.tar.gz
upstream-db4d23b4577ebf718406129a59c87beb20594c68.tar.bz2
upstream-db4d23b4577ebf718406129a59c87beb20594c68.zip
add 2.6.26 specific files
SVN-Revision: 12239
Diffstat (limited to 'target/linux/adm5120/files-2.6.26/include/asm-mips/mach-adm5120/prom/generic.h')
-rw-r--r--target/linux/adm5120/files-2.6.26/include/asm-mips/mach-adm5120/prom/generic.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/target/linux/adm5120/files-2.6.26/include/asm-mips/mach-adm5120/prom/generic.h b/target/linux/adm5120/files-2.6.26/include/asm-mips/mach-adm5120/prom/generic.h
new file mode 100644
index 0000000000..778df24677
--- /dev/null
+++ b/target/linux/adm5120/files-2.6.26/include/asm-mips/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_*/