20 lines
341 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright (c) 2023 Rockchip Electronics Co., Ltd. */
#ifndef _RKVPSS_VERSION_H
#define _RKVPSS_VERSION_H
#include <linux/version.h>
#include <linux/rk-vpss-config.h>
/*
* RKVPSS DRIVER VERSION NOTE
*
* v0.1.0:
* 1. First version;
*
*/
#define RKVPSS_DRIVER_VERSION VPSS_API_VERSION
#endif