blob: 91ca60c484c9bfa86b958f717e66aec743b5f62c [file] [log] [blame]
// Copyright 2017 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_GRAPHICS_LIB_MAGMA_TESTS_INTEGRATION_TEST_MAGMA_ABI_H_
#define SRC_GRAPHICS_LIB_MAGMA_TESTS_INTEGRATION_TEST_MAGMA_ABI_H_
#include <stdbool.h>
extern uint32_t gVendorId;
bool test_magma_abi_from_c(const char* device_name);
#endif // SRC_GRAPHICS_LIB_MAGMA_TESTS_INTEGRATION_TEST_MAGMA_ABI_H_