Revision 83c9f4ca hw/sh.h

b/hw/sh.h
2 2
#define QEMU_SH_H
3 3
/* Definitions for SH board emulation.  */
4 4

  
5
#include "sh_intc.h"
5
#include "hw/sh_intc.h"
6 6

  
7 7
#define A7ADDR(x) ((x) & 0x1fffffff)
8 8
#define P4ADDR(x) ((x) | 0xe0000000)

Also available in: Unified diff