Revision 376253ec hw/shix.c

b/hw/shix.c
28 28
   More information in target-sh4/README.sh4
29 29
*/
30 30
#include "hw.h"
31
#include "pc.h"
31 32
#include "sh.h"
32 33
#include "sysemu.h"
33 34
#include "boards.h"
......
35 36
#define BIOS_FILENAME "shix_bios.bin"
36 37
#define BIOS_ADDRESS 0xA0000000
37 38

  
38
void irq_info(void)
39
void irq_info(Monitor *mon)
39 40
{
40 41
    /* XXXXX */
41 42
}
42 43

  
43
void pic_info(void)
44
void pic_info(Monitor *mon)
44 45
{
45 46
    /* XXXXX */
46 47
}

Also available in: Unified diff