/* * Copyright (C) 2019-2020 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once #include #include namespace L0 { class PinContext { public: static void init(ze_init_flag_t flag); }; } // namespace L0