lots of ifxmips fixes and features
[openwrt/staging/mkresin.git] / target / linux / ifxmips / files / include / asm-mips / ifxmips / ifxmips_prom.h
index 1c2013ed6d08bfae4adb33e1f4a8e1f37c5c47ac..822ff0bca6666530627fdde55dce83fc8d7a1c1c 100644 (file)
  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
  *
  *   Copyright (C) 2008 John Crispin <blogic@openwrt.org> 
- *
  */
-
 #ifndef _IFXPROM_H__
 #define _IFXPROM_H__
 
 extern void prom_printf(const char * fmt, ...);
 extern u32 *prom_get_cp1_base(void);
 extern u32 prom_get_cp1_size(void);
+extern int ifxmips_has_brn_block(void);
 
 #endif