13 lines
178 B
C
13 lines
178 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2019 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef __MTK_VERSION_H__
|
|
#define __MTK_VERSION_H__
|
|
|
|
#define MTK_DEBUG_VERSION_STR ""
|
|
|
|
#endif
|
|
|