Revert r12510. Remove -rpath-link form TARGET_LDFLAGS as it breaks some
[openwrt/svn-archive/archive.git] / target / linux / adm5120 / files / include / asm-mips / mach-adm5120 / prom / cfe.h
1 /*
2 * $Id$
3 *
4 * Broadcom's CFE definitions
5 *
6 * Copyright (C) 2006,2007 Gabor Juhos <juhosg at openwrt.org>
7 * Copyright (C) 2007 OpenWrt.org
8 *
9 * This program is free software; you can redistribute it and/or modify it
10 * under the terms of the GNU General Public License version 2 as published
11 * by the Free Software Foundation.
12 *
13 */
14
15 #ifndef _PROM_CFE_H_
16 #define _PROM_CFE_H_
17
18 extern int cfe_present(void) __init;
19 extern char *cfe_getenv(char *);
20
21 #endif /*_PROM_CFE_H_*/