aboutsummaryrefslogtreecommitdiff
path: root/include/hw/hyperv/hv-balloon.h
blob: c1efe70fc23f731c6e6dae1fd7783e2067fe2b27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * QEMU Hyper-V Dynamic Memory Protocol driver
 *
 * Copyright (C) 2020-2023 Oracle and/or its affiliates.
 *
 * This work is licensed under the terms of the GNU GPL, version 2 or later.
 * See the COPYING file in the top-level directory.
 */

#ifndef HW_HV_BALLOON_H
#define HW_HV_BALLOON_H

#include "qom/object.h"

#define TYPE_HV_BALLOON "hv-balloon"
OBJECT_DECLARE_SIMPLE_TYPE(HvBalloon, HV_BALLOON)

#endif