/* * Copyright (C) 2019 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "drm_neo.h" namespace NEO { void Drm::queryMemoryInfo() { } } // namespace NEO