xref: /qemu/include/sysemu/block-backend.h (revision 336d354b)
1 /*
2  * QEMU Block backends
3  *
4  * Copyright (C) 2014-2016 Red Hat, Inc.
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 
16 #include "block-backend-global-state.h"
17 #include "block-backend-io.h"
18 
19 /* DO NOT ADD ANYTHING IN HERE. USE ONE OF THE HEADERS INCLUDED ABOVE */
20 
21 #endif
22