Revision 376253ec hw/arm_pic.c

b/hw/arm_pic.c
8 8
 */
9 9

  
10 10
#include "hw.h"
11
#include "pc.h"
11 12
#include "arm-misc.h"
12 13

  
13 14
/* Stub functions for hardware that doesn't exist.  */
14
void pic_info(void)
15
void pic_info(Monitor *mon)
15 16
{
16 17
}
17 18

  
18
void irq_info(void)
19
void irq_info(Monitor *mon)
19 20
{
20 21
}
21 22

  

Also available in: Unified diff