summaryrefslogblamecommitdiffstats
path: root/include/hw/cxl/cxl_host.h
blob: 87a6933de294eed7bce7a655145350e5911bd601 (plain) (tree)




















                                                                           
/*
 * QEMU CXL Host Setup
 *
 * Copyright (c) 2022 Huawei
 *
 * This work is licensed under the terms of the GNU GPL, version 2. See the
 * COPYING file in the top-level directory.
 */

#include "qemu/osdep.h"
#include "hw/cxl/cxl.h"
#include "hw/boards.h"

#ifndef CXL_HOST_H
#define CXL_HOST_H

void cxl_machine_init(Object *obj, CXLState *state);

extern const MemoryRegionOps cfmws_ops;

#endif