| // Copyright 2021 The Fuchsia Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| #ifndef SRC_STARNIX_LIB_MAGMA_WRAPPER_H_ |
| #define SRC_STARNIX_LIB_MAGMA_WRAPPER_H_ |
| |
| #include <lib/magma/magma.h> |
| |
| #include <libmagma_virt/virtmagma.h> |
| #include <virtio/virtio_magma.h> |
| |
| #include "missing_includes.h" |
| #include "src/graphics/drivers/msd-arm-mali/include/magma_arm_mali_vendor_id.h" |
| #include "src/graphics/drivers/msd-intel-gen/include/magma_intel_gen_vendor_id.h" |
| |
| #endif // SRC_STARNIX_LIB_MAGMA_WRAPPER_H_ |