Changeset aad65583 in rtems


Ignore:
Timestamp:
02/19/09 19:29:19 (15 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 5, master
Children:
9bb39026
Parents:
78fe958
Message:

2009-02-19 Joel Sherrill <joel.sherrill@…>

  • include/rtems/irq-extension.h, include/rtems/irq.h: Spelling errors and spacing.
Location:
cpukit
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    r78fe958 raad65583  
     12009-02-19      Joel Sherrill <joel.sherrill@oarcorp.com>
     2
     3        * include/rtems/irq-extension.h, include/rtems/irq.h: Spelling errors
     4        and spacing.
     5
    162009-02-19      Joel Sherrill <joel.sherrill@oarcorp.com>
    27
  • cpukit/include/rtems/irq-extension.h

    r78fe958 raad65583  
    3535 * @ingroup ClassicINTR
    3636 *
    37  * In addition to the classic API interrupt handler with a handle are
     37 * In addition to the Classic API interrupt handler with a handle are
    3838 * supported.  You can also install multiple shared handler for one interrupt
    3939 * vector.
  • cpukit/include/rtems/irq.h

    r78fe958 raad65583  
    7878   * if someone manipulates the i8259s interrupt mask without care...
    7979   */
    80     rtems_irq_is_enabled        isOn;
     80  rtems_irq_is_enabled        isOn;
    8181
    8282#ifdef BSP_SHARED_HANDLER_SUPPORT
     
    120120+--------------------------------------------------------------------------*/
    121121/*
    122  * ------------------------ RTEMS Single Irq Handler Mngt Routines ----------------
     122 * -------------------- RTEMS Single Irq Handler Mngt Routines ----------------
    123123 */
    124124/*
     
    139139 *
    140140 *      a) can perfectly be written is C,
    141  *      b) may also well directly call the part of the RTEMS API that can be used
    142  *      from interrupt level,
     141 *      b) may also well directly call the part of the RTEMS API that can be
     142 *      used from interrupt level,
    143143 *      c) It only responsible for handling the jobs that need to be done at
    144  *      the device level including (aknowledging/re-enabling the interrupt at device,
    145  *      level, getting the data,...)
     144 *      the device level including (aknowledging/re-enabling the interrupt at
     145 *      device level, getting the data,...)
    146146 *
    147147 *      When returning from the function, the following will be performed by
     
    171171
    172172/*
    173  * ------------------------ RTEMS Shared Irq Handler Mngt Routines ----------------
     173 * ----------------- RTEMS Shared Irq Handler Mngt Routines ----------------
    174174 */
    175175#ifdef BSP_SHARED_HANDLER_SUPPORT
     
    177177#endif
    178178
    179 
    180 /*
    181  * ------------------------ RTEMS Global Irq Handler Mngt Routines ----------------
     179/*
     180 * ----------------- RTEMS Global Irq Handler Mngt Routines ----------------
    182181 */
    183182/*
     
    202201
    203202int BSP_rtems_irq_mngt_set(rtems_irq_global_settings* config);
     203
    204204/*
    205205 * (Re) get info on current RTEMS interrupt management.
    206206 */
    207207int BSP_rtems_irq_mngt_get(rtems_irq_global_settings**);
    208 
    209 
    210 
    211208
    212209#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.