icount: Take iothread lock when running QEMU timers
[qemu/ar7.git] / include / sysemu / block-backend.h
blob038be9fc408a3a2a4a5930264e26017d1e00fd39
1 /*
2 * QEMU Block backends
4 * Copyright (C) 2014-2016 Red Hat, Inc.
6 * Authors:
7 * Markus Armbruster <armbru@redhat.com>,
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.
13 #ifndef BLOCK_BACKEND_H
14 #define BLOCK_BACKEND_H
16 #include "block-backend-global-state.h"
17 #include "block-backend-io.h"
19 /* DO NOT ADD ANYTHING IN HERE. USE ONE OF THE HEADERS INCLUDED ABOVE */
21 #endif