Revision b3755a91 cpu-common.h

b/cpu-common.h
10 10
#include "bswap.h"
11 11
#include "qemu-queue.h"
12 12

  
13
#if !defined(CONFIG_USER_ONLY)
14

  
13 15
/* address in the RAM (different from a physical address) */
14 16
typedef unsigned long ram_addr_t;
15 17

  
......
106 108
#define IO_MEM_SUBPAGE     (2)
107 109
#define IO_MEM_SUBWIDTH    (4)
108 110

  
111
#endif
112

  
109 113
#endif /* !CPU_COMMON_H */

Also available in: Unified diff