Files
compute-runtime/shared/source/os_interface/linux/flags/drm_query_flags.h

18 lines
281 B
C
Raw Normal View History

/*
* Copyright (C) 2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <cstdint>
namespace NEO {
namespace DrmQueryItemFlags {
constexpr uint32_t empty = 0;
constexpr uint32_t topology = 0;
} // namespace DrmQueryItemFlags
} // namespace NEO