12 lines
284 B
C
Executable file
12 lines
284 B
C
Executable file
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (C) 2019, Samsung Electronics.
|
|
*
|
|
*/
|
|
|
|
#ifndef __CPIF_VERSION_H__
|
|
#define __CPIF_VERSION_H__
|
|
|
|
/* Should not exceed CPIF_VERSION_SIZE */
|
|
static const char cpif_driver_version[] = "CPIF-20240123R1";
|
|
#endif /* __CPIF_VERSION_H__ */
|