repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
arch
/
mips
/
include
/
asm
/
mach-ar7
/
prom.h
blob
9e1d20b06f5766c1a5b0ff0323701637f57c7684
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
/*
3
* Copyright (C) 2006, 2007 Florian Fainelli <florian@openwrt.org>
4
*/
5
6
#ifndef __PROM_H__
7
#define __PROM_H__
8
9
extern
char
*
prom_getenv
(
const char
*
name
);
10
extern
void
prom_meminit
(
void
);
11
12
#endif
/* __PROM_H__ */