From 4bcd8dc10c09f51caaab1fbc9f026a5353d8b287 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 18 Mar 2013 11:41:19 -0500 Subject: m68k/cpu.h: Fix formatting and add comment block --- cpukit/score/cpu/m68k/rtems/score/cpu.h | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'cpukit/score/cpu/m68k/rtems') diff --git a/cpukit/score/cpu/m68k/rtems/score/cpu.h b/cpukit/score/cpu/m68k/rtems/score/cpu.h index 8575f90e19..0f244e109b 100644 --- a/cpukit/score/cpu/m68k/rtems/score/cpu.h +++ b/cpukit/score/cpu/m68k/rtems/score/cpu.h @@ -253,9 +253,9 @@ typedef struct { memset( *(_fp_area), 0, sizeof( Context_Control_fp ) ) #else /* - * FP context save area for the M68881/M68882 and 68060 numeric coprocessors. + * FP context save area for the M68881/M68882 and 68060 numeric + * coprocessors. */ - typedef struct { /* * M68K_FP_STATE_SIZE bytes for FSAVE/FRESTORE @@ -711,7 +711,14 @@ void _CPU_Context_restore_fp( Context_Control_fp **fp_context_ptr ); -void _CPU_Exception_frame_print( const CPU_Exception_frame *frame ); +/** + * This method prints the CPU exception frame. + * + * @param[in] frame points to the frame to be printed + */ +void _CPU_Exception_frame_print( + const CPU_Exception_frame *frame +); #if (M68K_HAS_FPSP_PACKAGE == 1) /* -- cgit v1.2.3