Changeset 237b3464 in rtems


Ignore:
Timestamp:
10/07/14 22:18:02 (9 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
1a829d3
Parents:
27144f44
git-author:
Joel Sherrill <joel.sherrill@…> (10/07/14 22:18:02)
git-committer:
Joel Sherrill <joel.sherrill@…> (10/09/14 15:11:55)
Message:

arm/gba/irq/irq.c: Fix warnings and clean up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/arm/gba/irq/irq.c

    r27144f44 r237b3464  
    44 *  This file contains the implementation of the function described in irq.h.
    55 */
     6
    67/*
    78 *  RTEMS GBA BSP
     
    2526
    2627#include <gba_registers.h>
     28
     29/*
     30 * Prototypes
     31 */
     32void bsp_interrupt_dispatch(void);
    2733
    2834void bsp_interrupt_dispatch(void)
Note: See TracChangeset for help on using the changeset viewer.