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