[kernel] 2.6.27: revert case insensitive match support in xt_string while we are...
[openwrt/svn-archive/archive.git] / target / linux / adm5120 / files-2.6.26 / include / asm-mips / mach-adm5120 / prom / generic.h
1 /*
2 * Generic prom definitions
3 *
4 * Copyright (C) 2006-2008 Gabor Juhos <juhosg@openwrt.org>
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 as published
8 * by the Free Software Foundation.
9 *
10 */
11
12 #ifndef _PROM_GENERIC_H_
13 #define _PROM_GENERIC_H_
14
15 extern int generic_prom_present(void) __init;
16 extern char *generic_prom_getenv(char *);
17
18 #endif /*_PROM_GENERIC_H_*/