mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
15 lines
229 B
C
15 lines
229 B
C
/*
|
|
* Copyright (C) 2019-2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#ifndef L0_DRIVER_VERSION_H
|
|
#define L0_DRIVER_VERSION_H
|
|
|
|
#define L0_DRIVER_VERSION @L0_DRIVER_VERSION@
|
|
|
|
#endif /* L0_DRIVER_VERSION_H */
|
|
|