/* * Copyright (C) 2018-2019 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once #include namespace NEO { struct CompilerOptions { static const char *debugKernelEnable; }; } // namespace NEO