block-backend.h 474 B

123456789101112131415161718192021
  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. #ifndef BLOCK_BACKEND_H
  13. #define BLOCK_BACKEND_H
  14. #include "block-backend-global-state.h"
  15. #include "block-backend-io.h"
  16. /* DO NOT ADD ANYTHING IN HERE. USE ONE OF THE HEADERS INCLUDED ABOVE */
  17. #endif