From 0626dba48a5190abe2ec90db5febde46c951b3af Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 15 Oct 2014 14:20:14 -0500 Subject: SH libcpu and libbsp: Fix warnings --- c/src/lib/libbsp/sh/gensh1/include/bsp.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'c/src/lib/libbsp/sh/gensh1/include/bsp.h') diff --git a/c/src/lib/libbsp/sh/gensh1/include/bsp.h b/c/src/lib/libbsp/sh/gensh1/include/bsp.h index c25c6a2ee7..6f7c77b809 100644 --- a/c/src/lib/libbsp/sh/gensh1/include/bsp.h +++ b/c/src/lib/libbsp/sh/gensh1/include/bsp.h @@ -1,8 +1,10 @@ /* - * This include file contains all board IO definitions. - * * generic sh1 * + * This include file contains all board IO definitions. + */ + +/* * Author: Ralf Corsepius (corsepiu@faw.uni-ulm.de) * * COPYRIGHT (c) 1997-1998, FAW Ulm, Germany @@ -68,8 +70,9 @@ extern void *CPU_Interrupt_stack_high; console_read, console_write, console_control } /* - * NOTE: Use the standard Clock driver entry + * BSP methods that cross file boundaries. */ +void bsp_hw_init(void); #ifdef __cplusplus } -- cgit v1.2.3