tests/qapi-schema: Tidy up pylint warnings and advice
[qemu/armbru.git] / include / hw / cxl / cxl_host.h
blobc9bc9c7c500aff031d5db4a31d4599d4f3a19233
1 /*
2 * QEMU CXL Host Setup
4 * Copyright (c) 2022 Huawei
6 * This work is licensed under the terms of the GNU GPL, version 2. See the
7 * COPYING file in the top-level directory.
8 */
10 #include "hw/cxl/cxl.h"
11 #include "hw/boards.h"
13 #ifndef CXL_HOST_H
14 #define CXL_HOST_H
16 void cxl_machine_init(Object *obj, CXLState *state);
17 void cxl_fmws_link_targets(CXLState *stat, Error **errp);
18 void cxl_hook_up_pxb_registers(PCIBus *bus, CXLState *state, Error **errp);
20 extern const MemoryRegionOps cfmws_ops;
22 #endif