13b491a90SEmanuele Giuseppe Esposito /* 23b491a90SEmanuele Giuseppe Esposito * QEMU System Emulator block driver 33b491a90SEmanuele Giuseppe Esposito * 43b491a90SEmanuele Giuseppe Esposito * Copyright (c) 2003 Fabrice Bellard 53b491a90SEmanuele Giuseppe Esposito * 63b491a90SEmanuele Giuseppe Esposito * Permission is hereby granted, free of charge, to any person obtaining a copy 73b491a90SEmanuele Giuseppe Esposito * of this software and associated documentation files (the "Software"), to deal 83b491a90SEmanuele Giuseppe Esposito * in the Software without restriction, including without limitation the rights 93b491a90SEmanuele Giuseppe Esposito * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 103b491a90SEmanuele Giuseppe Esposito * copies of the Software, and to permit persons to whom the Software is 113b491a90SEmanuele Giuseppe Esposito * furnished to do so, subject to the following conditions: 123b491a90SEmanuele Giuseppe Esposito * 133b491a90SEmanuele Giuseppe Esposito * The above copyright notice and this permission notice shall be included in 143b491a90SEmanuele Giuseppe Esposito * all copies or substantial portions of the Software. 153b491a90SEmanuele Giuseppe Esposito * 163b491a90SEmanuele Giuseppe Esposito * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 173b491a90SEmanuele Giuseppe Esposito * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 183b491a90SEmanuele Giuseppe Esposito * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 193b491a90SEmanuele Giuseppe Esposito * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 203b491a90SEmanuele Giuseppe Esposito * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 213b491a90SEmanuele Giuseppe Esposito * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 223b491a90SEmanuele Giuseppe Esposito * THE SOFTWARE. 233b491a90SEmanuele Giuseppe Esposito */ 24737e150eSPaolo Bonzini #ifndef BLOCK_H 25737e150eSPaolo Bonzini #define BLOCK_H 26737e150eSPaolo Bonzini 27*e2c1c34fSMarkus Armbruster #include "block/block-global-state.h" 28*e2c1c34fSMarkus Armbruster #include "block/block-io.h" 29737e150eSPaolo Bonzini 303b491a90SEmanuele Giuseppe Esposito /* DO NOT ADD ANYTHING IN HERE. USE ONE OF THE HEADERS INCLUDED ABOVE */ 31aaaa20b6SVladimir Sementsov-Ogievskiy 323b491a90SEmanuele Giuseppe Esposito #endif /* BLOCK_H */ 33