mirror of https://github.com/xemu-project/xemu.git
15 lines
336 B
C
15 lines
336 B
C
/*
|
|
* CXL host parameter parsing routine stubs
|
|
*
|
|
* Copyright (c) 2022 Huawei
|
|
*/
|
|
#include "qemu/osdep.h"
|
|
#include "qapi/error.h"
|
|
#include "hw/cxl/cxl.h"
|
|
#include "hw/cxl/cxl_host.h"
|
|
|
|
void cxl_fmws_link_targets(CXLState *stat, Error **errp) {};
|
|
void cxl_machine_init(Object *obj, CXLState *state) {};
|
|
|
|
const MemoryRegionOps cfmws_ops;
|