From f05b2ac0bc4626e854afc6e6a5d1b88071adbd7c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 21 Apr 2004 16:01:48 +0000 Subject: Remove duplicate white lines. --- c/src/lib/libbsp/m68k/mvme167/include/bsp.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'c/src/lib/libbsp/m68k/mvme167/include/bsp.h') diff --git a/c/src/lib/libbsp/m68k/mvme167/include/bsp.h b/c/src/lib/libbsp/m68k/mvme167/include/bsp.h index a1aa2727c7..e60ba54483 100644 --- a/c/src/lib/libbsp/m68k/mvme167/include/bsp.h +++ b/c/src/lib/libbsp/m68k/mvme167/include/bsp.h @@ -21,7 +21,6 @@ #ifndef __MVME167_H #define __MVME167_H - #ifdef __cplusplus extern "C" { #endif @@ -34,7 +33,6 @@ extern "C" { #include #include - /* * confdefs.h overrides for this BSP: * - termios serial ports (defaults to 1) @@ -142,7 +140,6 @@ typedef volatile struct memc040_regs_ { #define memc040_1 ((memc040_regs * const) 0xFFF43000) #define memc040_2 ((memc040_regs * const) 0xFFF43100) - /* * The MVME167 may be equiped with error-correcting RAM cards. In this case, * each MEMC040 is replaced by two MCECC ECC DRAM controllers. This port @@ -154,7 +151,6 @@ typedef volatile struct memc040_regs_ { * can be used to read those first eight registers. */ - /* * Representation of the Cirrus Logic CL-CD2401 Multi-Protocol Controller */ @@ -298,14 +294,12 @@ typedef volatile struct cd2401_regs_ { unsigned char dr; /* 0xFFF450F8 - Receive/Transmit Data */ } cd2401_regs; - /* * Base address of the CD2401. * This is not configurable in the MVME167. */ #define cd2401 ((cd2401_regs * const) 0xFFF45000) - /* CD2401 is clocked at 20 MHz */ #define CD2401_CLK_RATE 20000000 @@ -345,14 +339,12 @@ m68k_isr_entry set_vector( #define BSP_LIBIO_MAX_FDS 20 - /* miscellaneous stuff assumed to exist */ extern rtems_configuration_table BSP_Configuration; extern m68k_isr_entry M68Kvec[]; /* vector table address */ - /* * Define the time limits for RTEMS Test Suite test durations. * Long test and short test duration limits are provided. These -- cgit v1.2.3