--- c/src/lib/libbsp/shared/clockdrv_shell.h | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-)
diff --git a/c/src/lib/libbsp/shared/clockdrv_shell.h b/c/src/lib/libbsp/shared/clockdrv_shell.h index 324e1e5..5dbea13 100644 --- a/c/src/lib/libbsp/shared/clockdrv_shell.h +++ b/c/src/lib/libbsp/shared/clockdrv_shell.h @@ -7,7 +7,7 @@ */ /* - * COPYRIGHT (c) 1989-2012. + * COPYRIGHT (c) 1989-2014. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -18,6 +18,7 @@ #include <stdlib.h> #include <bsp.h> +#include <rtems/clockdrv.h> /** * @defgroup bsp_clock Clock Support @@ -58,10 +59,6 @@ void Clock_exit( void ); * This is the clock tick interrupt handler. * * @param vector Vector number. - * - * Output parameters: NONE - * - * Return values: NONE */ #if defined(BSP_FEATURE_IRQ_EXTENSION) || \ (CPU_SIMPLE_VECTORED_INTERRUPTS != TRUE) @@ -123,15 +120,7 @@ rtems_isr Clock_isr( * * This routine allows the clock driver to exit by masking the interrupt and * disabling the clock's counter. - * - * Input parameters: NONE - * - * Output parameters: NONE - * - * Return values: NONE - * */ - void Clock_exit( void ) { Clock_driver_support_shutdown_hardware(); @@ -150,7 +139,6 @@ void Clock_exit( void ) * * @retval rtems_device_driver status code */ - rtems_device_driver Clock_initialize( rtems_device_major_number major, rtems_device_minor_number minor, -- 1.9.3 _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel