Changeset 461f9f48 in rtems


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

nios2-iic-irq.c: Fix warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/score/cpu/nios2/nios2-iic-irq.c

    r905b656c r461f9f48  
    3636  unsigned long    *_old_stack_ptr;
    3737#endif
     38
     39/*
     40 * Prototypes
     41 */
     42void __ISR_Handler(void);
     43void __Exception_Handler(CPU_Exception_frame *efr);
    3844
    3945register unsigned long  *stack_ptr __asm__ ("sp");
Note: See TracChangeset for help on using the changeset viewer.