prom.h (263B)
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 9extern char *prom_getenv(const char *name); 10extern void prom_meminit(void); 11 12#endif /* __PROM_H__ */