2 * QEMU Hyper-V Dynamic Memory Protocol driver
4 * Copyright (C) 2020-2023 Oracle and/or its affiliates.
6 * This work is licensed under the terms of the GNU GPL, version 2 or later.
7 * See the COPYING file in the top-level directory.
10 #ifndef HW_HV_BALLOON_H
11 #define HW_HV_BALLOON_H
13 #include "qom/object.h"
15 #define TYPE_HV_BALLOON "hv-balloon"
16 OBJECT_DECLARE_SIMPLE_TYPE(HvBalloon
, HV_BALLOON
)