qemu-common: push cpu.h inclusion out of qemu-common.h

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2016-03-15 16:58:45 +01:00
parent 35c5a52d1d
commit 33c11879fd
82 changed files with 133 additions and 36 deletions

View file

@ -29,6 +29,8 @@
#ifndef __hw_sd_h
#define __hw_sd_h 1
#include "hw/qdev.h"
#define OUT_OF_RANGE (1 << 31)
#define ADDRESS_ERROR (1 << 30)
#define BLOCK_LEN_ERROR (1 << 29)