[BACK]Return to irq_trampoline.c CVS log [TXT][DIR] Up to [local] / funnyos / arch / testarm / boot

Diff for /funnyos/arch/testarm/boot/irq_trampoline.c between version 1.2 and 1.3

version 1.2, 2007/11/02 12:33:53 version 1.3, 2007/11/04 22:41:55
Line 9 
Line 9 
  * by default (until some irqc attached) we just return doing nothing.   * by default (until some irqc attached) we just return doing nothing.
  */   */
   
   void irq_trampoline(void);
   void __do_nothing_and_return(void);
   
   
 void  void
 __do_nothing_and_return(void)  __do_nothing_and_return(void)
 {  {

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb