root/arch/mips/include/asm/mach-ar7/prom.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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__ */

/* [<][>][^][v][top][bottom][index][help] */