include/hw/cxl: Include hw/cxl/*.h where needed
hw/cxl/cxl_component.h needs CDATObject from hw/cxl/cxl_cdat.h. hw/cxl/cxl_device.h needs CXLComponentState from hw/cxl/cxl_component.h. Signed-off-by: Markus Armbruster <armbru@redhat.com> Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Message-Id: <20221222100330.380143-4-armbru@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
65c326ce51
commit
2ef0f219b5
|
@ -18,6 +18,7 @@
|
|||
#include "qemu/compiler.h"
|
||||
#include "qemu/range.h"
|
||||
#include "qemu/typedefs.h"
|
||||
#include "hw/cxl/cxl_cdat.h"
|
||||
#include "hw/register.h"
|
||||
#include "qapi/error.h"
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
#ifndef CXL_DEVICE_H
|
||||
#define CXL_DEVICE_H
|
||||
|
||||
#include "hw/cxl/cxl_component.h"
|
||||
#include "hw/pci/pci.h"
|
||||
#include "hw/register.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue