Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * Copyright (C) 2006, 2007 Florian Fainelli <florian@openwrt.org>
0004  */
0005 
0006 #ifndef __PROM_H__
0007 #define __PROM_H__
0008 
0009 extern char *prom_getenv(const char *name);
0010 extern void prom_meminit(void);
0011 
0012 #endif /* __PROM_H__ */