summary refs log tree commit diff stats
path: root/hw/ide/internal.h
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2011-09-06 18:58:54 +0200
committerKevin Wolf <kwolf@redhat.com>2011-09-12 15:17:21 +0200
commitd1a0739de59501809ad5382030a0d0eba98b69b0 (patch)
tree64881cbcde20aaa04ea3b548a6c38380fbe3b890 /hw/ide/internal.h
parente4def80b36231e161b91fa984cd0d73b45668f00 (diff)
downloadfocaccia-qemu-d1a0739de59501809ad5382030a0d0eba98b69b0.tar.gz
focaccia-qemu-d1a0739de59501809ad5382030a0d0eba98b69b0.zip
block: Move BlockConf & friends from block_int.h to block.h
It's convenience stuff for block device models, so block.h isn't the
ideal home either, but better than block_int.h.

Permits moving some #include "block_int.h" from device model .h into
.c.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'hw/ide/internal.h')
-rw-r--r--hw/ide/internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ide/internal.h b/hw/ide/internal.h
index 663db39697..233915ce0d 100644
--- a/hw/ide/internal.h
+++ b/hw/ide/internal.h
@@ -7,7 +7,6 @@
  * non-internal declarations are in hw/ide.h
  */
 #include <hw/ide.h>
-#include "block_int.h"
 #include "iorange.h"
 #include "dma.h"