From 2c77cbff307802acb9a778d304166dc81ad9e19a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 18 Aug 2008 13:31:59 +0000 Subject: Add missing prototypes. --- c/src/lib/libcpu/bfin/clock/tod.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c/src/lib/libcpu') diff --git a/c/src/lib/libcpu/bfin/clock/tod.h b/c/src/lib/libcpu/bfin/clock/tod.h index 244f5f3ae4..18f257bebe 100644 --- a/c/src/lib/libcpu/bfin/clock/tod.h +++ b/c/src/lib/libcpu/bfin/clock/tod.h @@ -41,20 +41,20 @@ void getRealTime( * Read real time from RTC and set it to RTEMS' clock manager */ -void setRealTimeToRTEMS(); +void setRealTimeToRTEMS(void); /* * Read time from RTEMS' clock manager and set it to RTC */ -void setRealTimeFromRTEMS(); +void setRealTimeFromRTEMS(void); /* * Return the difference between RTC and RTEMS' clock manager time in minutes. * If the difference is greater than 1 day, this returns 9999. */ -int checkRealTime(); +int checkRealTime(void); #ifdef __cplusplus } -- cgit v1.2.3