mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-31 03:20:47 +08:00
15 lines
241 B
C
15 lines
241 B
C
/*
|
|
* Copyright (C) 2022 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
#ifdef IGSC_PRESENT
|
|
#pragma warning(disable : 4200)
|
|
#include "igsc_lib.h"
|
|
#else
|
|
typedef struct igsc_device_info {
|
|
} igsc_device_info_t;
|
|
#endif |