treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / arch / mips / include / asm / mach-ar7 / prom.h
blob9e1d20b06f5766c1a5b0ff0323701637f57c7684
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * Copyright (C) 2006, 2007 Florian Fainelli <florian@openwrt.org>
4 */
6 #ifndef __PROM_H__
7 #define __PROM_H__
9 extern char *prom_getenv(const char *name);
10 extern void prom_meminit(void);
12 #endif /* __PROM_H__ */