]> git.proxmox.com Git - mirror_qemu.git/blame - include/sysemu/block-backend.h
nbd/server: Refactor handling of command sanity checks
[mirror_qemu.git] / include / sysemu / block-backend.h
CommitLineData
26f54e9a
MA
1/*
2 * QEMU Block backends
3 *
60cb2fa7 4 * Copyright (C) 2014-2016 Red Hat, Inc.
26f54e9a
MA
5 *
6 * Authors:
7 * Markus Armbruster <armbru@redhat.com>,
8 *
9 * This work is licensed under the terms of the GNU LGPL, version 2.1
10 * or later. See the COPYING.LIB file in the top-level directory.
11 */
12
13#ifndef BLOCK_BACKEND_H
14#define BLOCK_BACKEND_H
15
a2c4c3b1
EGE
16#include "block-backend-global-state.h"
17#include "block-backend-io.h"
daf015ef 18
a2c4c3b1 19/* DO NOT ADD ANYTHING IN HERE. USE ONE OF THE HEADERS INCLUDED ABOVE */
2b7bbdbd 20
26f54e9a 21#endif