[adm5120] license cleanup
[openwrt/svn-archive/archive.git] / target / linux / adm5120 / files / include / asm-mips / mach-adm5120 / prom / generic.h
1 /*
2 * $Id$
3 *
4 * Generic prom 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_GENERIC_H_
16 #define _PROM_GENERIC_H_
17
18 extern int generic_prom_present(void) __init;
19 extern char *generic_prom_getenv(char *);
20
21 #endif /*_PROM_GENERIC_H_*/