interrupts.c (83653121d7382fccfe329cb732f77f116341ef1d) | interrupts.c (54841ab50c20d6fa6c9cc3eb826989da3a22d934) |
---|---|
1/* 2 * (C) Copyright 2000-2002 3 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. 4 * 5 * (C) Copyright 2004, Psyent Corporation <www.psyent.com> 6 * Scott McNutt <smcnutt@psyent.com> 7 * 8 * See file CREDITS for list of people who contributed to this --- 225 unchanged lines hidden (view full) --- 234 235 enable_interrupts (); 236 return (0); 237} 238 239 240/*************************************************************************/ 241#if defined(CONFIG_CMD_IRQ) | 1/* 2 * (C) Copyright 2000-2002 3 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. 4 * 5 * (C) Copyright 2004, Psyent Corporation <www.psyent.com> 6 * Scott McNutt <smcnutt@psyent.com> 7 * 8 * See file CREDITS for list of people who contributed to this --- 225 unchanged lines hidden (view full) --- 234 235 enable_interrupts (); 236 return (0); 237} 238 239 240/*************************************************************************/ 241#if defined(CONFIG_CMD_IRQ) |
242int do_irqinfo (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) | 242int do_irqinfo (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) |
243{ 244 int i; 245 struct irq_action *act = vecs; 246 247 printf ("\nInterrupt-Information:\n\n"); 248 printf ("Nr Routine Arg Count\n"); 249 printf ("-----------------------------\n"); 250 --- 15 unchanged lines hidden --- | 243{ 244 int i; 245 struct irq_action *act = vecs; 246 247 printf ("\nInterrupt-Information:\n\n"); 248 printf ("Nr Routine Arg Count\n"); 249 printf ("-----------------------------\n"); 250 --- 15 unchanged lines hidden --- |