aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/files-2.6.26/include/asm-mips/mach-adm5120/prom/cfe.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
commit42c075c401b6a165b6fde371c0a81d894b9bf13f (patch)
tree8a9c734b41c7fefe6035e0c092a559ae30a2b0df /target/linux/adm5120/files-2.6.26/include/asm-mips/mach-adm5120/prom/cfe.h
parent10dd170af6d9730ff2107abd6def362ddf74a4b9 (diff)
downloadupstream-42c075c401b6a165b6fde371c0a81d894b9bf13f.tar.gz
upstream-42c075c401b6a165b6fde371c0a81d894b9bf13f.tar.bz2
upstream-42c075c401b6a165b6fde371c0a81d894b9bf13f.zip
[adm5120] add 2.6.26 specific files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12239 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120/files-2.6.26/include/asm-mips/mach-adm5120/prom/cfe.h')
-rw-r--r--target/linux/adm5120/files-2.6.26/include/asm-mips/mach-adm5120/prom/cfe.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/target/linux/adm5120/files-2.6.26/include/asm-mips/mach-adm5120/prom/cfe.h b/target/linux/adm5120/files-2.6.26/include/asm-mips/mach-adm5120/prom/cfe.h
new file mode 100644
index 0000000000..0cb3eee70e
--- /dev/null
+++ b/target/linux/adm5120/files-2.6.26/include/asm-mips/mach-adm5120/prom/cfe.h
@@ -0,0 +1,18 @@
+/*
+ * Broadcom's CFE 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_CFE_H_
+#define _PROM_CFE_H_
+
+extern int cfe_present(void) __init;
+extern char *cfe_getenv(char *);
+
+#endif /*_PROM_CFE_H_*/