powerpc/virtex4/include/bsp.h: Fix warnings

This commit is contained in:
Joel Sherrill
2014-10-15 14:24:23 -05:00
parent fc22287702
commit 6a93975d6f

View File

@@ -1,7 +1,8 @@
/* bsp.h
*
* This include file contains all GEN405 board IO definitions.
*
/*
* This include file contains all Virtex4 board IO definitions.
*/
/*
* derived from helas403/include/bsp.h:
* Id: bsp.h,v 1.4 2001/06/18 17:01:48 joel Exp
* Author: Thomas Doerfler <td@imd.m.isar.de>
@@ -75,6 +76,11 @@ void BSP_ask_for_reset(void);
void BSP_panic(char *s);
void _BSP_Fatal_error(unsigned int v);
/*
* Prototypes for BSP methods shared across file boundaries
*/
void zero_bss(void);
#ifdef __cplusplus
}
#endif