X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Fadm5120%2Ffiles%2Finclude%2Fasm-mips%2Fmach-adm5120%2Fprom%2Fcfe.h;fp=target%2Flinux%2Fadm5120%2Ffiles%2Finclude%2Fasm-mips%2Fmach-adm5120%2Fprom%2Fcfe.h;h=0cb3eee70e7bad180e1c9eee39498fed12f5f112;hb=b06573b702b0adb42ce4c798f2915a280c17eeed;hp=0000000000000000000000000000000000000000;hpb=7bab42f05f60806bf4b7ba63688d96b68142c80b;p=openwrt-10.03%2F.git diff --git a/target/linux/adm5120/files/include/asm-mips/mach-adm5120/prom/cfe.h b/target/linux/adm5120/files/include/asm-mips/mach-adm5120/prom/cfe.h new file mode 100644 index 000000000..0cb3eee70 --- /dev/null +++ b/target/linux/adm5120/files/include/asm-mips/mach-adm5120/prom/cfe.h @@ -0,0 +1,18 @@ +/* + * Broadcom's CFE definitions + * + * Copyright (C) 2006-2008 Gabor Juhos + * + * 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_*/