mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 08:53:55 +08:00
16 lines
218 B
C
16 lines
218 B
C
|
|
/*
|
||
|
|
* Copyright (C) 2022 Intel Corporation
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: MIT
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
|
||
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "shared/source/os_interface/os_inc_base.h"
|
||
|
|
|
||
|
|
namespace Os {
|
||
|
|
|
||
|
|
extern const char *igaDllName;
|
||
|
|
|
||
|
|
} // namespace Os
|